From e000d5c7e81e710495443df1f7884abadcd9ad99 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:57:30 -0500 Subject: [PATCH] shortened --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index b869176..c40e586 100644 --- a/flake.nix +++ b/flake.nix @@ -42,11 +42,7 @@ { lib = { inherit mkhomeManagerModules; }; - homeManagerModules.default = { ... }: { - imports = [ - ./homeManagerModules - ]; - }; + homeManagerModules.default = ./homeManagerModules; nixosModules.default = { config, ... }: { imports = [