mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
hm: setup weekly gc
This commit is contained in:
parent
fe5b476eca
commit
0af0ffd134
2 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./helix.nix
|
||||
./starship.nix
|
||||
./terminal.nix
|
||||
./nix.nix
|
||||
./git.nix
|
||||
./direnv.nix
|
||||
./zellij.nix
|
||||
|
|
|
|||
4
home/nix.nix
Normal file
4
home/nix.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# Garbage collect automatically every week
|
||||
nix.gc.automatic = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue