This commit is contained in:
2024-04-14 17:06:03 +02:00
parent d0da7f756c
commit c97de47d1a

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;