fix(doom): use Nix pdf-tools & emacsql-sqlite

This commit is contained in:
Infinidoge 2023-01-14 19:13:26 -05:00
parent 5894ac3d48
commit 3185396c41
2 changed files with 4 additions and 2 deletions

View file

@ -48,3 +48,6 @@
;(unpin! pinned-package another-pinned-package) ;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
(package! emacsql-sqlite :built-in 'prefer)
(package! pdf-tools :built-in 'prefer)

View file

@ -6,7 +6,7 @@ in
{ {
programs.emacs = { programs.emacs = {
enable = true; enable = true;
extraPackages = epkgs: with epkgs; [ vterm ]; extraPackages = epkgs: with epkgs; [ vterm pdf-tools emacsql-sqlite ];
package = pkgs.emacsNativeComp; package = pkgs.emacsNativeComp;
}; };
@ -49,7 +49,6 @@ in
## +gnuplot ## +gnuplot
gnuplot gnuplot
## +roam2 ## +roam2
sqlite
graphviz graphviz
# :lang common-lisp # :lang common-lisp