diff --git a/base.nix b/base.nix index 2724d00..04d64ad 100644 --- a/base.nix +++ b/base.nix @@ -6,7 +6,7 @@ alacritty tmux git - nano + nvi p7zip tree ]; diff --git a/development.nix b/development.nix index ec5f716..4b123c5 100644 --- a/development.nix +++ b/development.nix @@ -45,7 +45,6 @@ programs.neovim = { enable = true; defaultEditor = true; - viAlias = true; vimAlias = true; configure = { packages.myVimPackage = with pkgs.vimPlugins; {