summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/uucp-mediaclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp-mediaclient.nix b/custom/uucp-mediaclient.nix
index 7c7f2743..2847ebe8 100644
--- a/custom/uucp-mediaclient.nix
+++ b/custom/uucp-mediaclient.nix
@@ -20,7 +20,7 @@ let
20 mediadir = cfg.mediaDir; 20 mediadir = cfg.mediaDir;
21 donotify = cfg.notify.users != []; 21 donotify = cfg.notify.users != [];
22 showtitle = cfg.notify.extractTitle; 22 showtitle = cfg.notify.extractTitle;
23 ffmpeg = if doNotify then ffmpeg-full else "/no-such-path"; 23 ffmpeg = if donotify then ffmpeg-full else "/no-such-path";
24 notify = writeScript "notify.sh" '' 24 notify = writeScript "notify.sh" ''
25 #!${zsh}/bin/zsh 25 #!${zsh}/bin/zsh
26 26