Skip to content

Commit

Permalink
doc(inputs): add some examples to keyboard layout variant
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void committed Dec 24, 2024
1 parent 7e20102 commit 8ed51a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/input.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,14 @@ let
variant = lib.mkOption {
type = with lib.types; nullOr str;
default = null;
example = "eng";
example = [
"eng"
"mac"
"dvorak"
# these two examples below exists to tell that the spacer is not consistent (- or _).
"workman-intl"
"colemak_dh_wide_iso"
];
description = ''
Keyboard layout variant.
'';
Expand Down

0 comments on commit 8ed51a5

Please sign in to comment.