More Correct Email Account Config?

This commit is contained in:
Annika Merris 2024-05-26 13:42:00 -04:00
parent 95872744a2
commit 7c4792a8c4

View file

@ -9,20 +9,24 @@
}; };
}; };
config = lib.mkIf (config.gui.enable && config.thunderbird.enable) { config = lib.mkIf (config.gui.enable && config.thunderbird.enable) {
# tktkmodtchcslyirtlgj
home-manager.users.${config.user} = {
accounts.email.accounts = { accounts.email.accounts = {
adhdgirl = { adhdgirl = {
userName = ""; userName = "";
realName = "Annika Merris"; realName = "Annika Merris";
address = "annika@adhdgirl.com"; address = "annika@adhdgirl.com";
imap.host = "imap.purelymail.com"; imap = {
imap.port = 993; host = "imap.purelymail.com";
smtp.host = "smtp.purelymail.com"; port = 993;
smtp.port = 465; };
smtp = {
host = "smtp.purelymail.com";
port = 465;
};
thunderbird.enable = true; thunderbird.enable = true;
}; };
}; };
# tktkmodtchcslyirtlgj
home-manager.users.${config.user} = {
programs.thunderbird = { programs.thunderbird = {
enable = true; enable = true;
profiles = { profiles = {