Update common/home.nix

This commit is contained in:
2026-02-17 16:00:33 +00:00
parent c6f6441907
commit 149f56ce10

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