diff --git a/config/new-modules/vim/vim.nix b/config/new-modules/vim/vim.nix index e03d3f085..b68339cb0 100644 --- a/config/new-modules/vim/vim.nix +++ b/config/new-modules/vim/vim.nix @@ -62,6 +62,7 @@ in programs.neovim = { enable = true; + package = pkgs.stable.neovim; viAlias = true; vimAlias = true;