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