add mailcat
This commit is contained in:
parent
7bc89379b7
commit
506b11f758
1 changed files with 4 additions and 0 deletions
|
@ -22,4 +22,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.msmtp.enable = true;
|
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
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue