Switched natural scrolling option with scroll-reverser app

This commit is contained in:
Random936 2024-06-04 23:54:33 -07:00
parent 2cdd818efa
commit cf281d98cf

View File

@ -18,6 +18,7 @@
];
casks = [
"microsoft-edge"
"scroll-reverser"
"instantview"
"bitwarden"
"tailscale"
@ -33,7 +34,6 @@
nix.package = pkgs.nix;
# Keyboard and Mouse
system.defaults.NSGlobalDomain."com.apple.swipescrolldirection" = false;
system.keyboard = {
enableKeyMapping = true;
remapCapsLockToEscape = true;