mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fix(home): add systemConfig alias and standalone placeholders
This commit is contained in:
@@ -69,6 +69,7 @@ in
|
||||
type = types.submoduleWith {
|
||||
specialArgs = {
|
||||
osConfig = config;
|
||||
systemConfig = config;
|
||||
modulesPath = "${inputs.home-manager}/modules";
|
||||
}
|
||||
// config.home-manager.extraSpecialArgs;
|
||||
|
||||
@@ -85,6 +85,7 @@ in
|
||||
type = types.submoduleWith {
|
||||
specialArgs = {
|
||||
osConfig = config;
|
||||
systemConfig = config;
|
||||
modulesPath = "${inputs.home-manager or "/"}/modules";
|
||||
}
|
||||
// (config.home-manager.extraSpecialArgs or { });
|
||||
|
||||
Reference in New Issue
Block a user