nixos-config/modules/home/all/nix.nix
2024-09-28 18:01:53 -04:00

8 lines
232 B
Nix

{
# 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 = "";
}