Home-manager gc
This commit is contained in:
parent
4c9e0a6f9e
commit
d8e06a22a3
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -94,9 +94,11 @@
|
|||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
services.home-manager.autoExpire.enable = true;
|
||||
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
gc.automatic = true;
|
||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue