working on meli, bunch of stuff
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user