SLY: Add transmission, cl-yason and notmuch to nyxt-ad-hoc-deps.

master
Pierre Neidhardt 2021-05-11 20:49:24 +02:00
parent f8f3e51ebc
commit 3a5e870f3d
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,12 @@ This dump is expected to be generated by `lisp-repl-core-dumper'."
"guix" ; For OSPM.
"password-store"
;; For xdg-open:
"xdg-utils"))
"xdg-utils"
;; For magnet link support:
"transmission"
;; For nx-notmuch:
"cl-yason"
"notmuch"))
(nyxt-command `("guix" "environment" "--pure"
"--preserve=^PERSONAL$" ; To find personal config, like engines and bookmarks.
"-l" ,(expand-file-name "~/common-lisp/nyxt/build-scripts/guix.scm")