diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:10:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-02 18:10:00 +0200 |
commit | 91019c0b1677751daa16b702d2d3e7578d850ec3 (patch) | |
tree | 7ce89922eaf5a6b2ce55728acdf3cae537ed15d3 | |
parent | bde0545ce84224d5c24ce5062940ab8754ae49d9 (diff) | |
download | nixos-91019c0b1677751daa16b702d2d3e7578d850ec3.tar nixos-91019c0b1677751daa16b702d2d3e7578d850ec3.tar.gz nixos-91019c0b1677751daa16b702d2d3e7578d850ec3.tar.bz2 nixos-91019c0b1677751daa16b702d2d3e7578d850ec3.tar.xz nixos-91019c0b1677751daa16b702d2d3e7578d850ec3.zip |
...
-rw-r--r-- | custom/uucp-mediaclient.nix | 2 |
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 | ||