From 4439dd85cd85d3a4566523e69d40dc4fb848c9a0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 24 Oct 2025 12:13:44 +0200 Subject: [PATCH] lib/options (mkSettingsOption): use lua-types.anything for the freeform type of the `settings` option --- lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/options.nix b/lib/options.nix index 2a36b66c..f57feb1c 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -334,7 +334,7 @@ rec { type = with types; submodule { - freeformType = attrsOf anything; + freeformType = attrsOf lib.nixvim.lua-types.anything; inherit options; }; default = { };