Skip to content

Commit b1aad1f

Browse files
committed
Remove unused launchd agent
1 parent 358a56c commit b1aad1f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

hosts/darwin/default.nix

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,6 @@ let user = "dustin"; in
6060
StandardOutPath = "/tmp/emacs.out.log";
6161
};
6262
};
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-
};
7863
};
7964

8065
system = {

0 commit comments

Comments
 (0)