···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.
3131+ home.enableNixpkgsReleaseCheck = false; # ignore warnings about outdated nixpkgs in home-manager
31323233 home.sessionPath = [
3334 "$HOME/bin"
+1
shared/home-manager/nogui.nix
···1717 # want to update the value, then make sure to first check the Home Manager
1818 # release notes.
1919 home.stateVersion = "25.11"; # Please read the comment before changing.
2020+ home.enableNixpkgsReleaseCheck = false; # ignore warnings about outdated nixpkgs in home-manager
20212122 home.sessionPath = [
2223 "$HOME/bin"