diff --git a/home/common/modules/neovim/default.nix b/home/common/modules/neovim/default.nix index 1c3818e..023e1c4 100644 --- a/home/common/modules/neovim/default.nix +++ b/home/common/modules/neovim/default.nix @@ -1,5 +1,6 @@ { pkgs, + pkgs-unstable, astronvim, ... }: @@ -42,13 +43,13 @@ # # related project: # https://github.com/b-src/lazy-nix-helper.nvim - plugins = with pkgs.vimPlugins; [ + plugins = with pkgs-unstable.vimPlugins; [ # search all the plugins using https://search.nixos.org/packages telescope-fzf-native-nvim ]; # Extra packages only available to nvim(won't pollute the global home environment) - extraPackages = with pkgs; + extraPackages = with pkgs-unstable; [ #-- c/c++ cmake