diff --git a/example-vm/default.nix b/example-vm/default.nix index 89ed84e..ab7a40b 100644 --- a/example-vm/default.nix +++ b/example-vm/default.nix @@ -16,6 +16,7 @@ home = { username = "jdoe"; homeDirectory = "/home/jdoe"; + stateVersion = "24.11"; }; jhome = { enable = true; diff --git a/modules/hm/default.nix b/modules/hm/default.nix index e98a2a6..4332866 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -108,8 +108,6 @@ in }; home = { - stateVersion = "22.11"; - # Extra packages # Extra variables sessionVariables = { CARGO_HOME = "${config.xdg.dataHome}/cargo";