diff --git a/home/default.nix b/home/default.nix index 4420680..fe30178 100644 --- a/home/default.nix +++ b/home/default.nix @@ -20,7 +20,7 @@ username = "florian"; homeDirectory = "/home/florian"; - stateVersion = "23.11"; + stateVersion = "24.05"; }; programs.home-manager.enable = true; diff --git a/modules/system.nix b/modules/system.nix index 8bf4d6e..47a6898 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -56,5 +56,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 = "23.11"; # Did you read the comment? + system.stateVersion = "24.05"; # Did you read the comment? }