Skip to content

Commit 890191f

Browse files
committed
Fix activation script
1 parent a43fb23 commit 890191f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/darwin/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
pgrep -q Gitify || open ${pkgs.gitify}/Applications/Gitify.app/
238238
pgrep -q Hand\ Mirror || open /Applications/Hand\ Mirror.app/
239239
pgrep -q PopClip || open /Applications/PopClip.app/
240-
pgrep -q Scroll\ Reverser || open /Applications/Scroll\ Reverser.app/
240+
pgrep -q Scroll\ Reverser || open ${pkgs.scroll-reverser}/Applications/Scroll\ Reverser.app/
241241
pgrep -q SoundSource || open ${pkgs.soundsource}/Applications/SoundSource.app/
242242
''
243243
+ (

0 commit comments

Comments
 (0)