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 {
|
||||
type = types.str;
|
||||
type = types.commas;
|
||||
default = "terminate:ctrl_alt_bksp";
|
||||
example = "grp:caps_toggle, grp_led:scroll";
|
||||
description = ''
|
||||
|
|
Loading…
Reference in a new issue