Actually fixed mouse scrolling
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
nix.package = pkgs.nix;
|
||||
|
||||
# Keyboard and Mouse
|
||||
system.defaults.NSGlobalDomain."com.apple.swipescrolldirection" = true;
|
||||
system.defaults.NSGlobalDomain."com.apple.swipescrolldirection" = false;
|
||||
system.keyboard = {
|
||||
enableKeyMapping = true;
|
||||
remapCapsLockToEscape = true;
|
||||
|
||||
Reference in New Issue
Block a user