Changed the location of stateVersion

This commit is contained in:
Alexandre 2025-12-13 15:38:20 +01:00
parent fa16743a14
commit 4ba795b57d
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
home = {
username = username;
homeDirectory = homeDir;
stateVersion = "25.11";
};
imports = [

View File

@ -11,6 +11,7 @@ in
# Refer to the nixOS host for info about home-manager
inherit commonHome;
home.stateVersion = "25.11";
# Allow unfree packages
nixpkgs.config.allowUnfree = true;