sorted programs

This commit is contained in:
Charlie Root 2024-04-12 16:20:03 +02:00
commit 40070d865b
3 changed files with 46 additions and 46 deletions

View file

@ -17,4 +17,4 @@ in {
}; };
}; };
}; };
} ;

View file

@ -7,39 +7,15 @@ in {
fenix = inputs.fenix.packages.${pkgs.system}; fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [ in with pkgs; [
pfetch
git
keepassxc
eza ripgrep
signal-desktop-beta
element-desktop
steam
tor-browser-bundle-bin
betterbird
telegram-desktop
libreoffice-fresh
qbittorrent
ventoy-full
lazygit
neofetch
zip
vlc
zathura
alacritty alacritty
scc alsa-utils
texliveFull asciinema
st betterbird
unzip
gcc
trash-cli
bibata-cursors bibata-cursors
networkmanagerapplet
xclip
pamixer
dig dig
pcmanfm element-desktop
ffmpeg_6-full eza ripgrep
yt-dlp fastfetch
(fenix.complete.withComponents [ (fenix.complete.withComponents [
"cargo" "cargo"
"clippy" "clippy"
@ -47,22 +23,46 @@ in {
"rustc" "rustc"
"rustfmt" "rustfmt"
]) ])
polkit ffmpeg_6-full
asciinema gcc
fastfetch
alsa-utils
imagemagick
pavucontrol
gdb gdb
tree git
smartmontools
krita
python3
rustdesk
httpie httpie
sherlock imagemagick
strawberry keepassxc
krita
lazygit
libreoffice-fresh
neofetch
neovim neovim
networkmanagerapplet
pamixer
pavucontrol
pcmanfm
pfetch
polkit
python3
qbittorrent
rustdesk
scc
sherlock
signal-desktop-beta
smartmontools
st
steam
strawberry
telegram-desktop
texliveFull
tor-browser-bundle-bin
trash-cli
tree
unzip
ventoy-full
vlc
xclip
yt-dlp
zathura
zip
]; ];
}; };
} }