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};
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
scc
texliveFull
st
unzip
gcc
trash-cli
alsa-utils
asciinema
betterbird
bibata-cursors
networkmanagerapplet
xclip
pamixer
dig
pcmanfm
ffmpeg_6-full
yt-dlp
element-desktop
eza ripgrep
fastfetch
(fenix.complete.withComponents [
"cargo"
"clippy"
@ -47,22 +23,46 @@ in {
"rustc"
"rustfmt"
])
polkit
asciinema
fastfetch
alsa-utils
imagemagick
pavucontrol
ffmpeg_6-full
gcc
gdb
tree
smartmontools
krita
python3
rustdesk
git
httpie
sherlock
strawberry
imagemagick
keepassxc
krita
lazygit
libreoffice-fresh
neofetch
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
];
};
}

View file

@ -86,8 +86,8 @@ in {
];
oh-my-zsh = mkIf cfg.ohmyzsh.enable {
enable = true;
theme = cfg.ohmyzsh.theme;
plugins = cfg.ohmyzsh.plugins;
theme = cfg.ohmyzsh.theme;
plugins = cfg.ohmyzsh.plugins;
};
};
};