Updates to darwin config

This commit is contained in:
Random936 2025-03-10 12:50:56 -07:00
parent 8675d9019b
commit 5b89f4f667

View File

@ -42,7 +42,6 @@
};
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
# Extra activation scripts
@ -77,5 +76,5 @@
home = "/Users/jadenmaxwell";
};
system.stateVersion = 4;
system.stateVersion = 5;
}