fix: add options.nix to home-manager config modules
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
mkHomeConfig = name: modules: {
|
mkHomeConfig = name: modules: {
|
||||||
"${name}" = home-manager.lib.homeManagerConfiguration {
|
"${name}" = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
inherit modules;
|
modules = modules ++ commonModules;
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user