hm: setup weekly gc

This commit is contained in:
Sridhar Ratnakumar 2024-02-13 06:40:05 -05:00
parent fe5b476eca
commit 0af0ffd134
2 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,7 @@
./helix.nix
./starship.nix
./terminal.nix
./nix.nix
./git.nix
./direnv.nix
./zellij.nix

4
home/nix.nix Normal file
View file

@ -0,0 +1,4 @@
{
# Garbage collect automatically every week
nix.gc.automatic = true;
}