Update common/home.nix

This commit is contained in:
2026-02-17 16:00:33 +00:00
parent 7d88bb7332
commit 105d20b94c
+1 -1
View File
@@ -11,7 +11,7 @@ in {
home.username = "nixos"; # your actual username
home.homeDirectory = "/home/nixos";
home.stateVersion = "25.05"; # match your NixOS stateVersion
home.stateVersion = "25.11"; # match your NixOS stateVersion
programs.home-manager.enable = true; # mandatory to activate HM