diff --git a/lib/options.nix b/lib/options.nix index b75bd9f0..478ef445 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -246,7 +246,7 @@ with nixvimUtils; rec { mkOption { type = with types; submodule { - freeformType = with types; attrsOf anything; + freeformType = attrsOf anything; inherit options; }; default = {};