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