{ inputs, ... }: { documentation.nixos.enable = false; nix = { settings = { warn-dirty = false; experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; }; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; }; }