diff --git a/flake.nix b/flake.nix index 2fe3c0a..40dd351 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,17 @@ }; mkhomeManagerModules = config: [ - self.homeManagerModules.default { inherit (config) extraImports; } + self.homeManagerModules.default + # { inherit (config) extraImports; } + { + user = config.user; + stateVersion = config.stateVersion; + profile = config.profile; + enableShell = config.enableShell; + ssh = config.ssh; + _1password = config._1password; + docker = config.docker; + } ] ++ config.extraImports; in