From 849b7bf3f75ff30e6cf087d6cde200a5674b3b72 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:54:55 -0500 Subject: [PATCH] consolidated options? --- flake.nix | 10 +--------- home.nix | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) 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.