From bb149491f39a233f215088a099d3e3854899ebb0 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 11 Jan 2024 14:10:24 +0100 Subject: [PATCH] Change the typo --- nixos/desktop/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index 6c38e2e..cc615c7 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -120,7 +120,7 @@ # Configure keymap in X11 services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; options = "terminate:ctrl_alt_bksp,compose:caps_toggle"; };