Compare commits

..

No commits in common. "a4d27853dff6741f0ed8f7a07356f490ecc75493" and "382936127bd7668cfbb8dda8a3823d0905c894a7" have entirely different histories.

2 changed files with 12 additions and 10 deletions

View file

@ -53,7 +53,6 @@
git git
glances glances
htop htop
lazygit
lsd lsd
mc mc
micro micro
@ -64,7 +63,6 @@
pass pass
pciutils pciutils
pinentry pinentry
slides
starship starship
tmux tmux
tree tree

View file

@ -26,13 +26,15 @@
enable = true; enable = true;
}; };
imap = { imap = {
host = "mail.infomaniak.com"; host = "mail.gandi.net";
port = 993; port = 143;
tls.useStartTls = true;
}; };
smtp = { smtp = {
host = "mail.infomaniak.com"; host = "mail.gandi.net";
port = 465; port = 587;
tls.useStartTls = true;
}; };
}; };
"mrflos@mrflos.pw" = { "mrflos@mrflos.pw" = {
@ -67,13 +69,15 @@
enable = true; enable = true;
}; };
imap = { imap = {
host = "mail.infomaniak.com"; host = "mail.gandi.net";
port = 993; port = 143;
tls.useStartTls = true;
}; };
smtp = { smtp = {
host = "mail.infomaniak.com"; host = "mail.gandi.net";
port = 465; port = 587;
tls.useStartTls = true;
}; };
}; };
}; };