mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:46:11 +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
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.neovim-unwrapped;
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
|
||||
defaultEditor = true;
|
||||
};
|
||||
#programs.neovim = {
|
||||
# enable = true;
|
||||
# package = pkgs-unstable.neovim-unwrapped;
|
||||
#
|
||||
# viAlias = true;
|
||||
# vimAlias = true;
|
||||
# vimdiffAlias = true;
|
||||
#
|
||||
# defaultEditor = true;
|
||||
# };
|
||||
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user