{ nix = { gc = { automatic = true; dates = "weekly"; options = "--delete-older-than 7d"; }; settings = { experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; }; channel.enable = false; }; }