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 { config = mkIf cfg.enable {
xdg.enable = true; 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; [ home.packages = with pkgs; [
calc
calibre calibre
chromium chromium
darktable darktable
deluge deluge
discord discord
file
firefox firefox
gcc gcc
gwenview gwenview
htop
killall
kdenlive kdenlive
libreoffice-fresh libreoffice-fresh
lutris lutris
man-pages
man-pages-posix
mpv mpv
obs-studio obs-studio
openrct2 openrct2
@ -35,9 +29,6 @@
runelite runelite
spotify spotify
tdesktop tdesktop
tree
units
unzip
usbutils usbutils
virt-manager virt-manager
vlc vlc
@ -46,7 +37,6 @@
yubikey-manager yubikey-manager
yubico-pam yubico-pam
yubikey-personalization yubikey-personalization
zip
zola zola
zoom-us zoom-us
]; ];