My Nix Configuration
1_: { 2 programs.nh = { 3 enable = true; 4 clean.enable = true; 5 clean.extraArgs = "-k 5"; 6 }; 7}