feat(dirvish-fd): add automated build job for fd

This commit is contained in:
Kiana Sheibani 2024-08-27 14:03:45 -04:00
parent a02587b2d4
commit 83f3bfd0d1
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4043,6 +4043,12 @@ The variable ~+workspaces-switch-project-function~ contains a function that is r
;; Set dirvish line highlight to something less blinding
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line))
(after! dirvish-fd
(setq dirvish-fd-program
(if-let ((path (nix-build-out-path-gcroot "fd" "nixpkgs#fd")))
(concat path "/bin/fd")
(error "Building fd for dirvish-fd failed"))))
#+end_src
*** Sidebar Project Tree