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