mirror of
https://gitlab.com/rensa-nix/utils.git
synced 2025-12-12 15:40:11 +01:00
chore: passthrough userConfig
This commit is contained in:
parent
e832157e68
commit
ca84188b2f
3 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
inherit userConfig;
|
||||||
innerConfig = builtins.removeAttrs diskConfig.config ["ren"];
|
innerConfig = builtins.removeAttrs diskConfig.config ["ren"];
|
||||||
inherit (diskConfig) config options;
|
inherit (diskConfig) config options;
|
||||||
scripts = diskConfig.config._scripts {inherit (evaled.config.ren) pkgs;};
|
scripts = diskConfig.config._scripts {inherit (evaled.config.ren) pkgs;};
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
modules = [./ren-module.nix userConfig] ++ hmModules;
|
modules = [./ren-module.nix userConfig] ++ hmModules;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
inherit userConfig;
|
||||||
innerConfig = {
|
innerConfig = {
|
||||||
imports = [userConfig ./ren-module.nix];
|
imports = [userConfig ./ren-module.nix];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -71,6 +71,7 @@ in
|
||||||
else systemConfig
|
else systemConfig
|
||||||
)
|
)
|
||||||
// {
|
// {
|
||||||
|
inherit userConfig;
|
||||||
innerConfig = {
|
innerConfig = {
|
||||||
imports = [userConfig ./ren-module.nix];
|
imports = [userConfig ./ren-module.nix];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue