We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358a56c commit b1aad1fCopy full SHA for b1aad1f
hosts/darwin/default.nix
@@ -60,21 +60,6 @@ let user = "dustin"; in
60
StandardOutPath = "/tmp/emacs.out.log";
61
};
62
63
-
64
- naturalScrollingToggle = {
65
- path = [ config.environment.systemPath ];
66
- serviceConfig = {
67
- KeepAlive = false;
68
- RunAtLoad = true;
69
- ProgramArguments = [
70
- "/bin/sh"
71
- "-c"
72
- "if system_profiler SPUSBDataType | grep -i \"Mouse\"; then defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false; else defaults write NSGlobalDomain com.apple.swipescrolldirection -bool true; fi && killall Finder"
73
- ];
74
- StandardErrorPath = "/tmp/natural_scrolling.err.log";
75
- StandardOutPath = "/tmp/natural_scrolling.out.log";
76
- };
77
78
79
80
system = {
0 commit comments