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
commit 5851c9c511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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