From acadd94b317baa937713d77c60d2948a2b632b0d Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 7 Mar 2026 07:18:57 -0600 Subject: [PATCH] fix(zathura): added ocr for easier ctrl+f zathura had an issue where pdf's cannot be read via `find word` due to the process being unable to read `image text`. a solution is to convert it to ocr. --- apps/zathura/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/zathura/default.nix b/apps/zathura/default.nix index a02a32a..7a17557 100644 --- a/apps/zathura/default.nix +++ b/apps/zathura/default.nix @@ -1,5 +1,12 @@ -{ pkgs, config, lib, ... }: { + pkgs, + config, + lib, + ... +}: { + home.packages = with pkgs; [ + ocrmypdf + ]; programs.zathura = { enable = true; options = {