fix home-manager module in nixos rebuild

This commit is contained in:
Noah Masur 2025-03-14 15:47:08 +00:00
parent a3ad019f4b
commit 3087b1a39c

View File

@ -146,9 +146,11 @@ lib
{ imports = (nixFiles ../platforms/nixos); }
module
{
home-manager.extraSpecialArgs = {
inherit colorscheme;
} // specialArgs;
home-manager = {
extraSpecialArgs = {
inherit colorscheme;
} // specialArgs;
} // homeModule.home-manager;
}
];
specialArgs = {