From 313e75fab1b4491e76725abe4af30f43aa29dd81 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 14 Jul 2025 12:48:03 +0200 Subject: [PATCH] Remove keyMapping from nix-darwin --- nix/system/darwin.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 07e2ef2..13b334e 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -64,12 +64,6 @@ in }; hitoolbox.AppleFnUsageType = "Show Emoji & Symbols"; }; - keyboard = { - enableKeyMapping = true; - nonUS.remapTilde = true; - remapCapsLockToEscape = false; # This is set to false as we leave this for Karabiner (mod tap with ctrl) - swapLeftCtrlAndFn = false; - }; activationScripts.applications.text = utils.mkAppAliasSystem { derivationName = "system-applications";