From 4e01accb6523d16fd4e7cc7fb608ba0f910dace6 Mon Sep 17 00:00:00 2001 From: jwy Date: Sat, 20 Jul 2024 19:29:08 -0400 Subject: [PATCH] Changed xkbOptions to xkb.options for future compatibility --- nix-config/system/displaymanager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-config/system/displaymanager.nix b/nix-config/system/displaymanager.nix index 849b1a9b8..2921250eb 100644 --- a/nix-config/system/displaymanager.nix +++ b/nix-config/system/displaymanager.nix @@ -9,8 +9,8 @@ theKBDLayout theSecondKBDLayout; in xkb = { variant = "${theKBDVariant}"; layout = "${theKBDLayout}, ${theSecondKBDLayout}"; + options = "ctrl:nocaps"; }; - xkbOptions = "ctrl:nocaps"; libinput.enable = true; displayManager.sddm = { enable = true;