From 5bcc348893619fb6fda83bf1e46eac7f99f1d9d9 Mon Sep 17 00:00:00 2001 From: Martin Lasson Date: Wed, 29 Jan 2025 18:44:17 +0100 Subject: [PATCH] use remapTilde for non us keyboard on nix darwin --- nix/system/darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 2712978..6a8eed8 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -63,6 +63,7 @@ }; keyboard = { enableKeyMapping = true; + nonUS.remapTilde = true; remapCapsLockToEscape = true; swapLeftCtrlAndFn = true; };