Add karabiner, we now should be able to achieve sway parity on macos

with aerospace.
This commit is contained in:
Martin Larsson 2025-07-13 18:11:15 +02:00
parent c353fbe9a9
commit 49a2249634
4 changed files with 201 additions and 1 deletions

View file

@ -11,6 +11,10 @@ let
".config/aerospace"
"aerospace"
]
[
".config/karabiner"
"karabiner"
]
];
in
{

View file

@ -19,6 +19,7 @@ in
enable = true;
casks = [
"ghostty"
"karabiner-elements"
];
brews = [
"bitwarden-cli"
@ -66,7 +67,7 @@ in
keyboard = {
enableKeyMapping = true;
nonUS.remapTilde = true;
remapCapsLockToEscape = true;
remapCapsLockToEscape = false; # This is set to false as we leave this for Karabiner (mod tap with ctrl)
swapLeftCtrlAndFn = false;
};