fix(home): add systemConfig alias and standalone placeholders

This commit is contained in:
anntnzrb
2026-03-01 11:11:38 -05:00
committed by mjallen18
parent 40d284c0f9
commit 8128bbb92f
4 changed files with 26 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ in
type = types.submoduleWith {
specialArgs = {
osConfig = config;
systemConfig = config;
modulesPath = "${inputs.home-manager}/modules";
}
// config.home-manager.extraSpecialArgs;

View File

@@ -85,6 +85,7 @@ in
type = types.submoduleWith {
specialArgs = {
osConfig = config;
systemConfig = config;
modulesPath = "${inputs.home-manager or "/"}/modules";
}
// (config.home-manager.extraSpecialArgs or { });