lazy: add key.mode example

This commit is contained in:
Ching Pei Yang 2024-11-11 00:45:56 +01:00 committed by raf
parent 22cfec78db
commit a79827f1f3

View file

@ -35,6 +35,7 @@
mode = mkOption {
type = either str (listOf str);
example = ["n" "x" "o"];
description = "Modes to bind in";
};