mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-14 13:47:06 +02:00
system(home): Inherit stateVersion
This commit is contained in:
parent
f02f2cfd03
commit
70e6bcc223
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user