From 2120d3ba00678d68b343520de09e65daf19760e4 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 6 Jul 2025 11:40:00 -0500 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f3f2f6e..3d8882b 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ { lib = { inherit mkhomeManagerModules; }; - homeManagerModules.default = { ... } { imports = [ ./homeManagerModules ]; }; + homeManagerModules.default = { ... }: { imports = [ ./homeManagerModules ]; }; nixosModules.default = { config, ... }: { imports = [