diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index 7d24163..656b7ab 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -97,7 +97,7 @@ in { default = {}; type = submodule { - freeformType = attrsOf anything; + freeformType = anything; options = opts; }; };