From 7b90356dcb60a6a9c0bb278cf23d4f4f38001733 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 18 Aug 2025 22:59:46 -0500 Subject: [PATCH] type --- system-config/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/users/default.nix b/system-config/users/default.nix index 656487c..57db236 100644 --- a/system-config/users/default.nix +++ b/system-config/users/default.nix @@ -56,7 +56,7 @@ }); in lib.mkOption { - type = userType; + type = lib.types.attrsOf userType; default = {}; }; };