Merge pull request #76947 from juliancoffee/master
Fix example for xkbOptions
This commit is contained in:
commit
e1ce60ae7a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ in
|
|||
xkbOptions = mkOption {
|
||||
type = types.commas;
|
||||
default = "terminate:ctrl_alt_bksp";
|
||||
example = "grp:caps_toggle, grp_led:scroll";
|
||||
example = "grp:caps_toggle,grp_led:scroll";
|
||||
description = ''
|
||||
X keyboard options; layout switching goes here.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue