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 791109c3c1
commit ff8e64d601
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;
};