forked from fabian/nix_config
add basic cli packages to baseline
This commit is contained in:
parent
8b8aa68811
commit
f577fd237d
2 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue