From 2122b500f9cda7b4afbdbce1fbf8c67650b344fb Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 19 Jun 2025 08:47:13 -0500 Subject: [PATCH] Okay, sometimes a laptop has a moonlander attached --- common/laptop-things.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/laptop-things.nix b/common/laptop-things.nix index 0fe5ed1..7ef4aaa 100644 --- a/common/laptop-things.nix +++ b/common/laptop-things.nix @@ -15,9 +15,10 @@ # Configure keymap in X11 xserver = { - xkb = { - layout = lib.mkForce "neo_dvorak,us"; + layout = lib.mkForce "neo_dvorak,us"; + xkbOptions = "grp:ctrls_toggle"; + xkb = { extraLayouts = { neo_dvorak = { description = "Dvorak with Neo2 Extensions";