diff --git a/modules/home/default.nix b/modules/home/default.nix index eabf15b..dc8ad7f 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -13,7 +13,7 @@ username = "florian"; homeDirectory = "/home/florian"; - stateVersion = "24.05"; + stateVersion = "24.11"; }; programs.home-manager.enable = true; diff --git a/modules/system/common.nix b/modules/system/common.nix index e216574..fe25506 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -93,5 +93,5 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "24.05"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? }