Use nix provided packages when possible

This commit is contained in:
Nathan McCarty 2023-05-11 10:41:47 -04:00
parent 747fc94acb
commit 671025c5bd
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -82,3 +82,9 @@
(when (not IS-WINDOWS)
(package! multi-vterm))
;; Use nix provided packages when possible
(package! vterm :built-in 'prefer)
(package! pdf-tools :built-in 'prefer)
(package! emacsql :built-in 'prefer)
(package! emacsql-sqlite :built-in 'prefer)