diff --git a/home/emacs.nix b/home/emacs.nix index 5cd30d4..c5f5bb8 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -26,5 +26,8 @@ home.packages = with pkgs; [ # For org-roam graphviz + # Doom prerequisites + fd + ripgrep ]; }