working fish shell
This commit is contained in:
parent
2d5ee6c621
commit
8b92b025f3
17 changed files with 134 additions and 109 deletions
|
@ -1,62 +1,61 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
alsa-utils
|
||||
anki
|
||||
asciinema
|
||||
cachix
|
||||
calc
|
||||
calibre
|
||||
difftastic
|
||||
element-desktop
|
||||
evince
|
||||
eza
|
||||
gcc
|
||||
gnumake
|
||||
halloy
|
||||
helvum
|
||||
httpie
|
||||
imagemagick
|
||||
img2pdf
|
||||
impala
|
||||
imv
|
||||
inetutils
|
||||
jujutsu
|
||||
keepassxc
|
||||
lazygit
|
||||
libtool
|
||||
nextcloud-client
|
||||
nicotine-plus
|
||||
swww
|
||||
microfetch
|
||||
nmap
|
||||
nyxt
|
||||
# onlyoffice-bin
|
||||
pandoc
|
||||
pavucontrol
|
||||
pdfarranger
|
||||
polkit
|
||||
pulsemixer
|
||||
python3
|
||||
pwvucontrol
|
||||
qbittorrent
|
||||
r2modman
|
||||
ripgrep
|
||||
signal-desktop-beta
|
||||
strawberry
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
thunderbird
|
||||
tor-browser
|
||||
trash-cli
|
||||
tutanota-desktop
|
||||
typst
|
||||
ungoogled-chromium
|
||||
wineWowPackages.waylandFull
|
||||
wireguard-tools
|
||||
xdg-utils
|
||||
xournalpp
|
||||
zapzap
|
||||
zoxide
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
alsa-utils
|
||||
anki
|
||||
asciinema
|
||||
cachix
|
||||
calc
|
||||
calibre
|
||||
difftastic
|
||||
element-desktop
|
||||
evince
|
||||
eza
|
||||
gcc
|
||||
gnumake
|
||||
halloy
|
||||
helvum
|
||||
httpie
|
||||
imagemagick
|
||||
img2pdf
|
||||
impala
|
||||
imv
|
||||
inetutils
|
||||
jujutsu
|
||||
keepassxc
|
||||
lazygit
|
||||
libtool
|
||||
nextcloud-client
|
||||
nicotine-plus
|
||||
swww
|
||||
microfetch
|
||||
nmap
|
||||
nyxt
|
||||
# onlyoffice-bin
|
||||
pandoc
|
||||
pavucontrol
|
||||
pdfarranger
|
||||
polkit
|
||||
pulsemixer
|
||||
python3
|
||||
pwvucontrol
|
||||
qbittorrent
|
||||
r2modman
|
||||
ripgrep
|
||||
signal-desktop-beta
|
||||
strawberry
|
||||
telegram-desktop
|
||||
texliveFull
|
||||
thunderbird
|
||||
tor-browser
|
||||
trash-cli
|
||||
tutanota-desktop
|
||||
typst
|
||||
ungoogled-chromium
|
||||
wineWowPackages.waylandFull
|
||||
wireguard-tools
|
||||
xdg-utils
|
||||
xournalpp
|
||||
zapzap
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue