···2727 # You should not change this value, even if you update Home Manager. If you do
2828 # want to update the value, then make sure to first check the Home Manager
2929 # release notes.
3030- home.stateVersion = "25.11"; # Please read the comment before changing.
3030+ home.stateVersion = "26.05"; # Please read the comment before changing.
31313232 home.sessionPath = [
3333 "$HOME/bin"
+1-1
shared/home-manager/nogui.nix
···1616 # You should not change this value, even if you update Home Manager. If you do
1717 # want to update the value, then make sure to first check the Home Manager
1818 # release notes.
1919- home.stateVersion = "25.05"; # Please read the comment before changing.
1919+ home.stateVersion = "26.05"; # Please read the comment before changing.
20202121 home.sessionPath = [
2222 "$HOME/bin"
+1-1
shared/nix.nix
···133133 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
134134 # TODO: Always bump this to next point release once the current value is
135135 # officially released to stable after reading the changelog.
136136- system.stateVersion = "25.11"; # Did you read the comment?
136136+ system.stateVersion = "26.05"; # Did you read the comment?
137137}