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

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