add mailcat

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-28 21:27:13 +01:00
parent 7bc89379b7
commit 506b11f758
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -22,4 +22,8 @@ in {
};
};
programs.msmtp.enable = true;
home.file.".mailcap".text = ''
image/*; ${pkgs.kitty}/bin/kitty +kitten icat '%s'; copiousoutput
text/html; ${pkgs.w3m}/bin/w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput
'';
}