working fish shell

This commit is contained in:
Charlie Root 2024-11-01 15:54:20 +01:00
commit 8b92b025f3
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
17 changed files with 134 additions and 109 deletions

View file

@ -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
];
}