From ed69337d851ceaadfb5bc41aa5be7ff73d7a96df Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 15 Apr 2023 09:48:46 -0400 Subject: [PATCH] emacs: install fd --- home/emacs.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; }