mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/xserver: services.xserver.xkbOptions is now commas
This commit is contained in:
parent
ee0de85b4e
commit
f43d112ac2
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xkbOptions = mkOption {
|
xkbOptions = mkOption {
|
||||||
type = types.str;
|
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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue