Merge pull request #73394 from pasqui23/xkbopt

nixos/xserver:services.xserver.xkbOptions is now commas
This commit is contained in:
Robert Hensing 2020-01-05 23:34:59 +01:00 committed by GitHub
commit 933003e684
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -331,7 +331,7 @@ in
};
xkbOptions = mkOption {
type = types.str;
type = types.commas;
default = "terminate:ctrl_alt_bksp";
example = "grp:caps_toggle, grp_led:scroll";
description = ''