Revert "turn off notmuch for now"

This reverts commit 5ef5cb02a4.
This commit is contained in:
Motiejus Jakštys 2025-03-05 14:00:39 +00:00
parent 5ef5cb02a4
commit f467a9def1

View File

@ -312,7 +312,7 @@ in
msmtp.enable = true;
mbsync.enable = true;
neomutt.enable = true;
#notmuch.enable = true;
notmuch.enable = true;
ghostty = {
enable = true;
installVimSyntax = true;
@ -368,10 +368,10 @@ in
enable = true;
};
#notmuch = {
# enable = true;
# neomutt.enable = true;
#};
notmuch = {
enable = true;
neomutt.enable = true;
};
neomutt = {
enable = true;