From f6199af3901fac169f4cab1bb61041286f04c5f7 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 5 Mar 2026 21:59:45 -0500 Subject: [PATCH] build: add `zathura` and `sioyek` to nix dev shell --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index f6c279b..539840f 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,8 @@ pkgs.quarto pkgs.plantuml pkgs.mermaid-cli + pkgs.zathura + pkgs.sioyek ]; }; }