diff --git a/flake.nix b/flake.nix index 86763ad..ed49ab1 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ mkHomeConfig = name: modules: { "${name}" = home-manager.lib.homeManagerConfiguration { inherit pkgs; - inherit modules; + modules = modules ++ commonModules; extraSpecialArgs = { inherit inputs outputs; }; }; };