nix: Allow definition of further toml values

This commit is contained in:
DashieTM 2024-05-31 14:24:54 +02:00
parent 073e88ab4f
commit c9d3ac9317

View file

@ -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.