diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 209eae0..63f6d40 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -22,11 +22,11 @@ in home-manager.users.yoda = { osConfig, config, pkgs, ... }: { # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files. - home.stateVersion = "23.11"; + home.stateVersion = "24.05"; }; home-manager.users.root = { osConfig, config, pkgs, ... }: { # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # Switching to a higher state version typically requires performing some manual steps, such as data conversion or moving files. - home.stateVersion = "23.11"; + home.stateVersion = "24.05"; }; }