feat(dirvish-fd): add automated build job for fd
This commit is contained in:
parent
a02587b2d4
commit
83f3bfd0d1
|
@ -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 dirvish line highlight to something less blinding
|
||||||
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line))
|
(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
|
#+end_src
|
||||||
|
|
||||||
*** Sidebar Project Tree
|
*** Sidebar Project Tree
|
||||||
|
|
Loading…
Reference in a new issue