add mail sending support

This commit is contained in:
foosinn 2020-10-20 11:45:31 +02:00
parent ab9535556b
commit c65b69115c

View file

@ -6,6 +6,7 @@ in {
environment.systemPackages = with pkgs; [
astroid
isync
msmtp
notmuch
];
}