mostly dotfiles

This commit is contained in:
Till 2026-04-15 22:04:14 +02:00
parent b4b1f4a63f
commit 28e84d34df
30 changed files with 180 additions and 289 deletions

View file

@ -85,12 +85,12 @@ in
'';
};
neomutt = {
extraConfig = ''
extraConfig = makeConfig name + ''
color status blue default
color index blue default '~N'
alternates ^tstraube@(em|rz)?.uni-frankfurt.de$
set smime_is_default
'' + makeConfig name;
'';
};
};
@ -271,6 +271,7 @@ in
programs.neovim.plugins = with pkgs.vimPlugins; [
{
plugin = vim-pathogen;
type = "viml";
config = "execute pathogen#infect()";
}
];