home/common/mail | add imap and sig

This commit is contained in:
Don Harper 2025-12-08 23:24:32 -06:00
parent 3e09f79e6c
commit c10793cc94

View file

@ -4,13 +4,23 @@
... ...
}: { }: {
accounts.email.accounts = { accounts.email.accounts = {
"don@donharper.org" = { gmail = {
primary = true; primary = true;
realName = "Don Harper"; realName = "Don Harper";
userName = "don"; userName = "don";
address = "don@donharper.org"; address = "don@donharper.org";
#secondaries = [ "duck@duckland.org" "duckunix@gmail.com" ]; # secondaries = ["duck@duckland.org" "duckunix@gmail.com"];
notmuch.enable = true; notmuch.enable = true;
imap = {
host = "imap.gmail.com";
authentication = "login";
};
signature = {
text = ''
Don Harper
'';
showSignature = "append";
};
}; };
}; };