Merge pull request #76947 from juliancoffee/master
Fix example for xkbOptions
This commit is contained in:
commit
e1ce60ae7a
@ -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 New Issue
Block a user