mostly dotfiles
This commit is contained in:
parent
b4b1f4a63f
commit
28e84d34df
30 changed files with 180 additions and 289 deletions
|
|
@ -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()";
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue