{ config, lib, pkgs, inputs, ... }: { nixpkgs.config.allowUnfree = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.auto-optimise-store = true; nix.gc.automatic = true; nix.gc.options = "--delete-older-than 30d"; }