mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Remove default packages
This commit is contained in:
parent
dfd70a416b
commit
447c1534ec
2 changed files with 4 additions and 1 deletions
|
@ -121,9 +121,11 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
environment.defaultPackages = [];
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
networking.hostName = hostName;
|
||||
networking.hostName = hostName;
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
hyperfine
|
||||
nix-output-monitor
|
||||
ripgrep
|
||||
strace
|
||||
tree
|
||||
|
||||
wine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue