diff --git a/modules/wrapper/lazy/lazy.nix b/modules/wrapper/lazy/lazy.nix index a34b556..56ec002 100644 --- a/modules/wrapper/lazy/lazy.nix +++ b/modules/wrapper/lazy/lazy.nix @@ -35,6 +35,7 @@ mode = mkOption { type = either str (listOf str); + example = ["n" "x" "o"]; description = "Modes to bind in"; };