use remapTilde for non us keyboard on nix darwin

This commit is contained in:
Martin Lasson 2025-01-29 18:44:17 +01:00
parent f5e7488f6e
commit 5bcc348893

View file

@ -63,6 +63,7 @@
}; };
keyboard = { keyboard = {
enableKeyMapping = true; enableKeyMapping = true;
nonUS.remapTilde = true;
remapCapsLockToEscape = true; remapCapsLockToEscape = true;
swapLeftCtrlAndFn = true; swapLeftCtrlAndFn = true;
}; };