From dfdad4c2cee7bad1a0f16db3d091f7a1e9f7247c Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Fri, 8 Nov 2024 19:03:01 +0100 Subject: [PATCH] lazy: update lazy.plugins default --- modules/wrapper/lazy/lazy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.