changed import style

This commit is contained in:
John Lancaster
2025-07-06 11:39:27 -05:00
parent e000d5c7e8
commit f2f1721e4c
2 changed files with 4 additions and 1 deletions

View File

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