diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 9926b5b..24c8b83 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -4,7 +4,6 @@ home = { username = username; homeDirectory = homeDir; - stateVersion = "25.11"; }; imports = [ diff --git a/hosts/macos/home.nix b/hosts/macos/home.nix index e8cf9f4..d45f43f 100644 --- a/hosts/macos/home.nix +++ b/hosts/macos/home.nix @@ -11,6 +11,7 @@ in # Refer to the nixOS host for info about home-manager inherit commonHome; + home.stateVersion = "25.11"; # Allow unfree packages nixpkgs.config.allowUnfree = true;