mail, ssh

This commit is contained in:
Till 2026-01-29 16:13:21 +01:00
parent 26ed81dbee
commit 92cfae9488
4 changed files with 30 additions and 26 deletions

View file

@ -11,6 +11,7 @@
};
programs.mbsync.enable = true;
programs.neomutt = {
enable = true;
vimKeys = true;
@ -45,8 +46,11 @@
'';
showSignature = "append";
};
mbsync.enable = true;
mbsync.create = "maildir";
mbsync = {
enable = true;
create = "maildir";
expunge = "both";
};
msmtp.enable = true;
neomutt = {
enable = true;
@ -125,8 +129,11 @@
color status green default
'';
};
mbsync.enable = true;
mbsync.create = "maildir";
mbsync = {
enable = true;
create = "maildir";
expunge = "both";
};
msmtp = {
enable = true;
extraConfig.from = "*@(ktiu.net|t9e.me)";
@ -174,8 +181,11 @@
color status green default
'';
};
mbsync.enable = true;
mbsync.create = "maildir";
mbsync = {
enable = true;
create = "maildir";
expunge = "both";
};
msmtp = {
enable = false;
# extraConfig.from = "*@ktiu.net";
@ -220,8 +230,11 @@
color status cyan default
'';
};
mbsync.enable = true;
mbsync.create = "maildir";
mbsync = {
enable = true;
create = "maildir";
expunge = "both";
};
msmtp = {
enable = true;
extraConfig.from = "kein_schlussstrich_hessen@systemli.org";
@ -232,7 +245,7 @@
};
programs.neovim.plugins = with pkgs.vimPlugins; [
{
{
plugin = vim-pathogen;
config = "execute pathogen#infect()";
}