From 59c60cf9b20471570c3a725537d98da53781bb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sun, 22 Jan 2023 23:59:01 -0300 Subject: [PATCH] fixup! update email settings --- user/email.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/email.nix b/user/email.nix index 31f0ba8..7bf3de7 100644 --- a/user/email.nix +++ b/user/email.nix @@ -3,7 +3,9 @@ let downloadEmails = "${pkgs.offlineimap}/bin/offlineimap"; afterSync = "${pkgs.notmuch}/bin/notmuch new"; - onNewEmails = "${pkgs.libnotify}/bin/notify-send 'You've got mail!'"; + onNewEmails = '' + ${pkgs.libnotify}/bin/notify-send "You've got mail!" + ''; defaultAccountSettings = { astroid.enable = true;