From dfb6d621a7ce95254f912e7b6f59f95e0f78ed89 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Wed, 24 Dec 2025 16:15:02 +0100 Subject: [PATCH] mac: Unmap Caps to Esc --- hosts/mac/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/mac/configuration.nix b/hosts/mac/configuration.nix index 52586ea..4ee53f5 100644 --- a/hosts/mac/configuration.nix +++ b/hosts/mac/configuration.nix @@ -94,10 +94,6 @@ }; # screencapture.location = "~/Pictures/Bildschirmfotos"; }; - keyboard = { - enableKeyMapping = true; - remapCapsLockToEscape = true; - }; ## Set Git commit hash for darwin-version. configurationRevision = inputs.self.rev or inputs.self.dirtyRev or null;