From 22d5c744c26262ce03be8855614b6036c17e9bd0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 30 Oct 2024 11:40:05 -0700 Subject: [PATCH] feat: add zathura --- users/youwen/common/core.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/youwen/common/core.nix b/users/youwen/common/core.nix index 241c203..b046db6 100755 --- a/users/youwen/common/core.nix +++ b/users/youwen/common/core.nix @@ -200,4 +200,6 @@ in }; }; }; + + programs.zathura.enable = true; }