[modules.default-config] Disable nixos installer tools(I don't use them)
pyrox.dev 1 year ago 6f914309 7cd08a86
··· 14 14 ./users.nix 15 15 ]; 16 16 system.stateVersion = "24.11"; 17 17 + system.disableInstallerTools = true; 17 18 nix.package = pkgs.nixVersions.stable; 18 19 catppuccin.flavor = "mocha"; 19 20 console.catppuccin.enable = true;