home: Remove GC

https://github.com/nix-community/home-manager/issues/4413
This commit is contained in:
Sridhar Ratnakumar 2025-01-10 15:08:45 -05:00
parent 5e28174601
commit 6bdc638a7d

View file

@ -1,7 +1,4 @@
{
# Garbage collect automatically every week
nix.gc.automatic = true;
# Nix configuration is managed globally by nix-darwin.
# Prevent $HOME nix.conf from disrespecting it.
home.file."~/.config/nix/nix.conf".text = "";