From c9d3ac9317f6e25511fc96c9c361c5ecb1515a24 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Fri, 31 May 2024 14:24:54 +0200 Subject: [PATCH] nix: Allow definition of further toml values --- nix/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hm.nix b/nix/hm.nix index 1c35fb2..e059cd5 100644 --- a/nix/hm.nix +++ b/nix/hm.nix @@ -34,7 +34,7 @@ in }; plugin_config = mkOption { - type = with types; nullOr (listOf pkgs.formats.toml); + type = with types; attrs; default = { }; description = mdDoc '' Toml values passed to the configuration for plugins to use.