From 95c3b2081d07adedd942f565c7d30afe1bd6dedc Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:58:08 -0500 Subject: [PATCH] another attempt --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 19456c7..e29b397 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; mkhomeManagerModules = config: [ - self.homeManagerModules.default config + self.homeManagerModules.default { inherit (config) extraImports; } ] ++ config.extraImports; in