mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-24 21:51:29 +01:00
system(home): Inherit stateVersion
This commit is contained in:
parent
f02f2cfd03
commit
70e6bcc223
@ -130,7 +130,10 @@ in
|
||||
useUserPackages = true;
|
||||
|
||||
sharedModules = singleton {
|
||||
home.stateVersion = "22.11";
|
||||
home = {
|
||||
inherit (cfg) stateVersion;
|
||||
};
|
||||
|
||||
programs.man.generateCaches = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user