chore: passthrough userConfig

This commit is contained in:
technofab 2025-10-05 15:13:31 +02:00
parent e832157e68
commit ca84188b2f
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@
];
};
in {
inherit userConfig;
innerConfig = builtins.removeAttrs diskConfig.config ["ren"];
inherit (diskConfig) config options;
scripts = diskConfig.config._scripts {inherit (evaled.config.ren) pkgs;};

View file

@ -27,6 +27,7 @@
modules = [./ren-module.nix userConfig] ++ hmModules;
};
in {
inherit userConfig;
innerConfig = {
imports = [userConfig ./ren-module.nix];
};

View file

@ -71,6 +71,7 @@ in
else systemConfig
)
// {
inherit userConfig;
innerConfig = {
imports = [userConfig ./ren-module.nix];
};