nixos/xserver: services.xserver.xkbOptions is now commas

This commit is contained in:
Pasquale 2019-11-14 15:00:00 +01:00
parent ee0de85b4e
commit f43d112ac2

View file

@ -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 = ''