update stateVersion

This commit is contained in:
Frost-Phoenix 2024-06-25 11:58:38 +02:00
parent 90f024f7e8
commit 59a6e2962f
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
else [ ./../home ];
home.username = "${username}";
home.homeDirectory = "/home/${username}";
home.stateVersion = "22.11";
home.stateVersion = "24.05";
programs.home-manager.enable = true;
};
};