add basic cli packages to baseline

This commit is contained in:
Fabian Montero 2024-11-21 00:38:11 -06:00
parent 8b8aa68811
commit f577fd237d
2 changed files with 14 additions and 10 deletions

View file

@ -12,5 +12,19 @@ in {
};
config = mkIf cfg.enable {
xdg.enable = true;
home.packages = with pkgs; [
calc
file
git
htop
killall
man-pages
man-pages-posix
tree
units
unzip
zip
];
};
}

View file

@ -8,23 +8,17 @@
];
home.packages = with pkgs; [
calc
calibre
chromium
darktable
deluge
discord
file
firefox
gcc
gwenview
htop
killall
kdenlive
libreoffice-fresh
lutris
man-pages
man-pages-posix
mpv
obs-studio
openrct2
@ -35,9 +29,6 @@
runelite
spotify
tdesktop
tree
units
unzip
usbutils
virt-manager
vlc
@ -46,7 +37,6 @@
yubikey-manager
yubico-pam
yubikey-personalization
zip
zola
zoom-us
];