Add poppler utils back for PDF searching

This commit is contained in:
Evie Litherland-Smith 2024-12-18 18:01:28 +00:00
parent 0f7ca7a86e
commit 0cf0e0466e

View file

@ -87,14 +87,14 @@
]; ];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# Plugin requirements # External requirements
gcc gcc
sqlite
languagetool languagetool
wordnet wordnet
pandoc pandoc
ghostscript ghostscript
mupdf-headless mupdf-headless
poppler_utils
graphviz-nox graphviz-nox
]; ];
} }