mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-04 13:02:01 +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 {
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue