enable msmtp
This commit is contained in:
parent
acaf55a799
commit
a383e0ef26
@ -272,6 +272,7 @@ in
|
|||||||
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
msmtp.enable = true;
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
neomutt.enable = true;
|
neomutt.enable = true;
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
@ -297,16 +298,18 @@ in
|
|||||||
userName = "motiejus@jakstys.lt";
|
userName = "motiejus@jakstys.lt";
|
||||||
address = "motiejus@jakstys.lt";
|
address = "motiejus@jakstys.lt";
|
||||||
realName = "Motiejus Jakštys";
|
realName = "Motiejus Jakštys";
|
||||||
passwordCommand = "cat /home/${username}/.email-creds";
|
passwordCommand = "cat /home/${username}/.mail-appcode";
|
||||||
imap.host = "imap.migadu.com";
|
imap.host = "imap.gmail.com";
|
||||||
smtp.host = "smtp.migadu.com";
|
smtp.host = "smtp.gmail.com";
|
||||||
|
|
||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
create = "maildir";
|
create = "maildir";
|
||||||
};
|
};
|
||||||
|
|
||||||
msmtp.enable = true;
|
msmtp = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
notmuch = {
|
notmuch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user