mac: Unmap Caps to Esc

This commit is contained in:
Jan Kremer 2025-12-24 16:15:02 +01:00
parent 65e03dac24
commit dfb6d621a7
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -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;