nixfiles/home/profiles/common/nix.nix

7 lines
No EOL
111 B
Nix

_: {
nix.gc = {
automatic = true;
frequency = "weekly";
persistent = true;
};
}