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;