refactor(home-manage): hardcode homeVersion
This commit is contained in:
parent
cd984132ee
commit
65659908cf
1 changed files with 1 additions and 5 deletions
|
@ -7,11 +7,7 @@
|
|||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
system.stateVersion = "25.11";
|
||||
};
|
||||
homeManager.default =
|
||||
{ osConfig, ... }:
|
||||
{
|
||||
home.stateVersion = osConfig.system.stateVersion;
|
||||
};
|
||||
homeManager.default.home.stateVersion = "25.11";
|
||||
darwin.default =
|
||||
{ self, ... }:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue