mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
nix: fix toml conversion
This commit is contained in:
parent
f729310502
commit
9f34ffeb9c
|
@ -36,7 +36,7 @@ in
|
||||||
plugin_config = mkOption {
|
plugin_config = mkOption {
|
||||||
# TODO: define type
|
# TODO: define type
|
||||||
# type = with types; nullOr (listOf toml);
|
# type = with types; nullOr (listOf toml);
|
||||||
default = null;
|
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