add 6.6, clean up old code

This commit is contained in:
Jeeves 2025-03-24 14:45:13 -06:00
parent cbfaf9b9d9
commit a661f9d183
7 changed files with 28 additions and 153 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, modulesPath, ... }: {
imports = [ (modulesPath + "/profiles/minimal.nix") ];
imports = [(modulesPath + "/profiles/minimal.nix")];
ps4.enable = true;
@ -14,5 +14,7 @@
users.defaultUserShell = pkgs.fish;
programs.fish.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "25.05";
}