nix: fix toml conversion

This commit is contained in:
DashieTM 2024-05-30 19:39:36 +02:00
parent f729310502
commit 9f34ffeb9c

View file

@ -36,7 +36,7 @@ in
plugin_config = mkOption {
# TODO: define type
# type = with types; nullOr (listOf toml);
default = null;
default = {};
description = mdDoc ''
Toml values passed to the configuration for plugins to use.
'';