diff --git a/flake.nix b/flake.nix index f1e40a8..19456c7 100644 --- a/flake.nix +++ b/flake.nix @@ -23,15 +23,7 @@ }; mkhomeManagerModules = config: [ - self.homeManagerModules.default { - user = config.user; - stateVersion = config.stateVersion; - profile = config.profile; - enableShell = config.enableShell; - ssh = config.ssh; - _1password = config._1password; - docker = config.docker; - } + self.homeManagerModules.default config ] ++ config.extraImports; in diff --git a/home.nix b/home.nix index 8afcb43..28144aa 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,6 @@ ./homeManagerModules/shell.nix ./homeManagerModules/ssh.nix ./homeManagerModules/docker.nix - # inputs._1password-shell-plugins.hmModules.default ]; # Home Manager needs a bit of information about you and the paths it should # manage.