mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-29 17:14:58 +08:00
8 lines
232 B
Nix
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 = "";
|
|
}
|