feat: adds vim config
This commit is contained in:
parent
15c7d86a02
commit
3955dcd0c3
@ -41,6 +41,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vimtex ];
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user