From 874993c18cf5c7bc7353d8160209e2466ecc9c37 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:04:30 -0500 Subject: [PATCH] revert --- flake.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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