mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
removed nvim
This commit is contained in:
20
home.nix
20
home.nix
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user