enable automatic garbage collection

This commit is contained in:
Andreas Zweili 2021-11-22 20:09:16 +01:00
parent ff4a120ceb
commit 7e7be20baa
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,11 @@
# $ nix search wget
# allow non-free packages
nixpkgs.config.allowUnfree = true;
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
# enable steam
programs.steam.enable = true;
@ -105,6 +110,7 @@
ranger
rofi
source-code-pro
source-highlight
terminator
tree
vim