mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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 {
|
xkbOptions = mkOption {
|
||||||
type = types.commas;
|
type = types.commas;
|
||||||
default = "terminate:ctrl_alt_bksp";
|
default = "terminate:ctrl_alt_bksp";
|
||||||
example = "grp:caps_toggle, grp_led:scroll";
|
example = "grp:caps_toggle,grp_led:scroll";
|
||||||
description = ''
|
description = ''
|
||||||
X keyboard options; layout switching goes here.
|
X keyboard options; layout switching goes here.
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user