removed nvim

This commit is contained in:
2024-04-14 16:31:42 +02:00
parent ffc8602221
commit e831224e51

View File

@@ -149,16 +149,16 @@ in {
# See all available kitty themes at: https://github.com/kovidgoyal/kitty-themes/blob/46d9dfe230f315a6a0c62f4687f6b3da20fd05e4/themes.json # See all available kitty themes at: https://github.com/kovidgoyal/kitty-themes/blob/46d9dfe230f315a6a0c62f4687f6b3da20fd05e4/themes.json
}; };
programs.neovim = { #programs.neovim = {
enable = true; # enable = true;
package = pkgs-unstable.neovim-unwrapped; # package = pkgs-unstable.neovim-unwrapped;
#
viAlias = true; # viAlias = true;
vimAlias = true; # vimAlias = true;
vimdiffAlias = true; # vimdiffAlias = true;
#
defaultEditor = true; # defaultEditor = true;
}; # };
programs.bash = { programs.bash = {
enable = true; enable = true;