mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
nix: Allow definition of further toml values
This commit is contained in:
parent
073e88ab4f
commit
c9d3ac9317
|
@ -34,7 +34,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
plugin_config = mkOption {
|
plugin_config = mkOption {
|
||||||
type = with types; nullOr (listOf pkgs.formats.toml);
|
type = with types; attrs;
|
||||||
default = { };
|
default = { };
|
||||||
description = mdDoc ''
|
description = mdDoc ''
|
||||||
Toml values passed to the configuration for plugins to use.
|
Toml values passed to the configuration for plugins to use.
|
||||||
|
|
Loading…
Reference in a new issue