refactor(home-manage): hardcode homeVersion

This commit is contained in:
Mohammad Rafiq 2025-07-14 00:16:05 +08:00
parent cd984132ee
commit 65659908cf
No known key found for this signature in database

View file

@ -7,11 +7,7 @@
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
system.stateVersion = "25.11"; system.stateVersion = "25.11";
}; };
homeManager.default = homeManager.default.home.stateVersion = "25.11";
{ osConfig, ... }:
{
home.stateVersion = osConfig.system.stateVersion;
};
darwin.default = darwin.default =
{ self, ... }: { self, ... }:
{ {