remove msmtp
This commit is contained in:
parent
0db57bb7be
commit
8bf284e325
2 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ desktop: {pkgs, ...}: {
|
|||
expunge = "both";
|
||||
remove = "both";
|
||||
};
|
||||
msmtp.enable = true;
|
||||
neomutt.enable = true;
|
||||
notmuch.enable = true;
|
||||
realName = "Charlotte 🦝 Delenk";
|
||||
|
|
|
@ -126,7 +126,6 @@ in {
|
|||
source ${molokai}
|
||||
'';
|
||||
};
|
||||
programs.msmtp.enable = true;
|
||||
home.file.".mailcap".text = ''
|
||||
image/*; ${pkgs.imv}/bin/imv '%s'
|
||||
text/html; ${pkgs.w3m}/bin/w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput
|
||||
|
|
Loading…
Reference in a new issue