working on meli, bunch of stuff

This commit is contained in:
nx2
2024-03-17 12:46:31 +01:00
parent 774e8f08ae
commit 23cc6752ab
21 changed files with 1066 additions and 162 deletions

View File

@@ -16,7 +16,7 @@
programs.neomutt = {
enable = true;
package = pkgs.neomutt;
editor = "micro";
editor = "$EDITOR";
sort = "date";
sidebar = {
enable = true;
@@ -43,7 +43,6 @@
imapPass = "";
imapAuthenticators = "oauthbearer:xoauth2";
imapOAuthRefreshCommand = "mutt_oauth ~/.config/mutt/${imapUser}.tokens";
smtpUrl = "smtp://lennart.kurzweg.lk@smtp.gmail.com:587/";
smtpPass = "";
sslForceTls = true;
realname = "Lennart J. Kurzweg";
@@ -81,4 +80,22 @@
# ];
# };
};
}
accounts.email.accounts = {
secrets.email.gmail.mail1 = {
primary = true;
smtp = "";
smtpUrl = "smtp://lennart.kurzweg.lk@smtp.gmail.com:587/";
realName = "Lennart J. Kurzweg";
address = secrets.email.gmail.mail1;
aliases = [ ];
userName = "nx2";
passwordCommand = "op read op://Personal/iCloud/himalaya";
};
};
}