diff --git a/home/base/tui/editors/neovim/default.nix b/home/base/tui/editors/neovim/default.nix index cb0cea01..c13e63c9 100644 --- a/home/base/tui/editors/neovim/default.nix +++ b/home/base/tui/editors/neovim/default.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + pkgs-unstable, ... }: ############################################################################### @@ -25,6 +26,7 @@ in { programs = { neovim = { enable = true; + package = pkgs-unstable.neovim-unwrapped; defaultEditor = true; viAlias = true;