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