From 0cf0e0466e122626763f5abe3278abe6c510e50e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 18 Dec 2024 18:01:28 +0000 Subject: [PATCH] Add poppler utils back for PDF searching --- system/home/emacs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 4fa843f1..e69cd5c2 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -87,14 +87,14 @@ ]; }; home.packages = with pkgs; [ - # Plugin requirements + # External requirements gcc - sqlite languagetool wordnet pandoc ghostscript mupdf-headless + poppler_utils graphviz-nox ]; }