Merge pull request #1 from juliancoffee/juliancoffee-patch-1

Fix example for xkbOptions
This commit is contained in:
Illia Denysenko
2020-01-04 20:59:53 +02:00
committed by GitHub

View File

@@ -333,7 +333,7 @@ in
xkbOptions = mkOption {
type = types.str;
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.
'';