system(home): Inherit stateVersion

This commit is contained in:
Donovan Glover 2024-04-08 04:15:46 -04:00
parent f02f2cfd03
commit 70e6bcc223
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -130,7 +130,10 @@ in
useUserPackages = true; useUserPackages = true;
sharedModules = singleton { sharedModules = singleton {
home.stateVersion = "22.11"; home = {
inherit (cfg) stateVersion;
};
programs.man.generateCaches = true; programs.man.generateCaches = true;
}; };