about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPasquale <p3dimaria@hotmail.it>2019-11-14 15:00:00 +0100
committerPasquale <p3dimaria@hotmail.it>2019-12-22 10:50:40 +0100
commitf43d112ac25318b77b8c31d49b430ad7b81626df (patch)
treed0fd09e8cbaf82d919e67b6dfb5cf67b4111c99c /nixos
parentee0de85b4ec80f841254d5c223f3d3e719d6cc19 (diff)
downloadnixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar.gz
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar.bz2
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar.lz
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar.xz
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.tar.zst
nixlib-f43d112ac25318b77b8c31d49b430ad7b81626df.zip
nixos/xserver: services.xserver.xkbOptions is now commas
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index a8406544a72f..2247bf7ce4ab 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -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 = ''