This commit is contained in:
John Lancaster
2025-07-06 11:40:00 -05:00
parent f2f1721e4c
commit 2120d3ba00

View File

@@ -42,7 +42,7 @@
{ {
lib = { inherit mkhomeManagerModules; }; lib = { inherit mkhomeManagerModules; };
homeManagerModules.default = { ... } { imports = [ ./homeManagerModules ]; }; homeManagerModules.default = { ... }: { imports = [ ./homeManagerModules ]; };
nixosModules.default = { config, ... }: { nixosModules.default = { config, ... }: {
imports = [ imports = [