From 558812e9e624b64c4a415d360a616dc794f84c11 Mon Sep 17 00:00:00 2001 From: xenia Date: Sun, 29 Oct 2023 19:30:56 +0100 Subject: [PATCH] Swap caps and escape --- nixos/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/graphical.nix b/nixos/graphical.nix index 1cc3660b..ce10a642 100644 --- a/nixos/graphical.nix +++ b/nixos/graphical.nix @@ -19,6 +19,7 @@ }; layout = "fox"; + xkbOptions = "caps:escape"; extraLayouts.fox = { description = "Layout suitable to be used by a fox"; languages = ["se"];