Add notifymuch package with hook
Should get desktop notifications on new notmuch entries now Trial different emacs email frontends
This commit is contained in:
parent
600606d554
commit
61c5434ba3
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, hostName, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ protonmail-bridge ];
|
||||
home.packages = with pkgs; [ notifymuch protonmail-bridge ];
|
||||
programs = {
|
||||
mbsync = {
|
||||
enable = true;
|
||||
|
@ -10,9 +10,12 @@
|
|||
icloud = [ "INBOX" ];
|
||||
};
|
||||
};
|
||||
notmuch = {
|
||||
enable = true;
|
||||
hooks.postNew = "${pkgs.notifymuch}/bin/notifymuch";
|
||||
};
|
||||
msmtp.enable = true;
|
||||
mu.enable = true;
|
||||
notmuch.enable = true;
|
||||
};
|
||||
accounts.email = {
|
||||
maildirBasePath = ".mail";
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
:email
|
||||
(mu4e +org +gmail)
|
||||
(notmuch +afew +org)
|
||||
;; (wanderlust +gmail)
|
||||
(wanderlust +gmail)
|
||||
|
||||
:app
|
||||
calendar
|
||||
|
|
Loading…
Reference in a new issue