diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 5b2c53d..7ea943e 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -189,7 +189,7 @@ in { }; plugins = mkOption { - default = []; + default = {}; type = attrsOf lznPluginType; description = '' Plugins to lazy load.