testing email in home-manager #11

Merged
don merged 2 commits from testing into main 2025-12-08 23:28:36 -06:00
Showing only changes of commit c10793cc94 - Show all commits

View file

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