home: mail: add himalaya

This mail client is very KISS. I like it.
This commit is contained in:
Bruno BELANYI 2021-06-22 17:59:47 +02:00
parent 8d5c9c58d8
commit 6ff1a53a35
3 changed files with 32 additions and 0 deletions

View file

@ -15,6 +15,10 @@ let
inherit primary;
himalaya = {
enable = cfg.himalaya.enable;
};
msmtp = {
enable = cfg.msmtp.enable;
};