Merge pull request #76947 from juliancoffee/master

Fix example for xkbOptions
This commit is contained in:
Robert Hensing 2020-01-05 23:35:27 +01:00 committed by GitHub
commit e1ce60ae7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';