home: mail: add himalaya
This mail client is very KISS. I like it.
This commit is contained in:
parent
8d5c9c58d8
commit
6ff1a53a35
3 changed files with 32 additions and 0 deletions
|
|
@ -7,12 +7,17 @@ in
|
|||
{
|
||||
imports = [
|
||||
./accounts.nix
|
||||
./himalaya.nix
|
||||
./msmtp.nix
|
||||
];
|
||||
|
||||
options.my.home.mail = with lib; {
|
||||
enable = my.mkDisableOption "email configuration";
|
||||
|
||||
himalaya = {
|
||||
enable = mkRelatedOption "himalaya configuration";
|
||||
};
|
||||
|
||||
msmtp = {
|
||||
enable = mkRelatedOption "msmtp configuration";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue