We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202e360 commit ee8f7daCopy full SHA for ee8f7da
1 file changed
modules/nix-darwin/activation.nix
@@ -16,7 +16,7 @@ let
16
setDefaultApp = app: scheme: ''
17
NSWorkspace.shared.setDefaultApplication(at: URL(fileURLWithPath: "/Applications/${app}.app"), toOpenURLsWithScheme: "${scheme}")
18
'';
19
- osascript = script: ''${asUser "osascript"} -e '${script}' '';
+ osascript = script: "${asUser "osascript"} -e '${script}' ";
20
21
keyboardShortcuts = ''
22
# Disable Spotlight shortcut (Cmd+Space) for Raycast
0 commit comments