diff --git a/programs/desktop/pim/email.nix b/programs/desktop/pim/email.nix index cb67cbd4..27b2155c 100644 --- a/programs/desktop/pim/email.nix +++ b/programs/desktop/pim/email.nix @@ -9,7 +9,7 @@ imapnotify = { enable = true; onNotify = "${pkgs.isync}/bin/mbsync test-%s"; - onNotifyPost.mail = "${pkgs.notmuch}/bin/notmuch new && ${pkgs.libnotify}/bin/notify-send 'New mail arrived'"; + onNotifyPost = "${pkgs.notmuch}/bin/notmuch new && ${pkgs.libnotify}/bin/notify-send 'New mail arrived'"; }; mbsync = { enable = true;