lazy: update lazy.plugins default

This commit is contained in:
Ching Pei Yang 2024-11-08 19:03:01 +01:00
parent 43e3663b2b
commit dfdad4c2ce
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -189,7 +189,7 @@ in {
}; };
plugins = mkOption { plugins = mkOption {
default = []; default = {};
type = attrsOf lznPluginType; type = attrsOf lznPluginType;
description = '' description = ''
Plugins to lazy load. Plugins to lazy load.