This commit is contained in:
Anish Lakhwara
2022-10-04 20:37:02 +10:00
parent c2c4c013e1
commit 89068f1040
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -5,6 +5,7 @@
#age.secrets.fastmail.owner = "anish";
home.packages = with pkgs; [
neomutt
himalaya
imapfilter
];
services.mbsync = {
@@ -295,9 +296,8 @@
host = "smtp.fastmail.com";
};
userName = "anish@lakhwara.com";
neomutt = {
enable = true;
};
neomutt.enable = true;
himalaya.enable = true;
};
};
}