···2929 ../../../shared/desktop/firefox.nix
3030 ../../../shared/shells/bash.nix
3131 ../../../shared/server/cockpit.nix
3232+ ./hardware-configuration.nix
3233 ];
33343435 # Bootloader.
···92939394 # prep for home-manager
9495 home-manager = {
9595- enable = true;
9696+ #enable = true;
9697 useGlobalPkgs = true;
9798 users.ajhalili2006 = baseHmConfig // {
9899 home.username = "ajhalili2006";
99100 home.homeDirectory = "/home/ajhalili2006";
101101+ home.stateVersion = "25.05";
100102 };
101103 };
102104···162164 # this value at the release version of the first install of this system.
163165 # Before changing this value read the documentation for this option
164166 # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
165165- system.stateVersion = "24.11"; # Did you read the comment?
167167+ system.stateVersion = "25.05"; # Did you read the comment?
166168167169}