diff --git a/modules/home-manager/neovim/default.nix b/modules/home-manager/neovim/default.nix index 008125a..cf323b7 100644 --- a/modules/home-manager/neovim/default.nix +++ b/modules/home-manager/neovim/default.nix @@ -11,4 +11,10 @@ recursive = true; source = ./config; }; + + home.packages = with pkgs; [ + ripgrep + fd + libgccjit + ]; }