diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index 622d07f8..6f254fc2 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -160,6 +160,8 @@ default = null; }; + lazy = mkBool false "Lazy-load manually, e.g. using `trigger_load`."; + priority = mkOption { type = nullOr int; description = "Only useful for stat plugins (not lazy-loaded) to force loading certain plugins first.";