{ nixpkgs.config.allowUnfree = true; nix = { settings = { auto-optimise-store = true; http-connections = 50; warn-dirty = false; log-lines = 50; # sandbox = "relaxed"; trusted-users = [ "root" "@wheel" ]; substituters = [ "https://nix-community.cachix.org" "https://hyprland.cachix.org" "https://ghostty.cachix.org" ]; experimental-features = [ "nix-command" "flakes" ]; }; gc = { automatic = false; dates = "weekly"; options = "--delete-older-than 7d"; }; # distributedBuilds = true; }; }