summaryrefslogtreecommitdiff
path: root/common/home/programs/zathura/default.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-25 21:54:42 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-25 21:54:42 +0200
commit0acfa187ec1b35f3bace53bd16702757108ceb44 (patch)
treea56ea48dc78628e4b45ee7be84b5d1ea352fac7d /common/home/programs/zathura/default.nix
parentdc00b9a7b38de0b8f402e944ea994883141a601e (diff)
parent2366ea440bef325af875a1e62b1e94666eae8a7c (diff)
Merge branch 'master' of https://git.nathanreiner.xyz/nix/system
Diffstat (limited to 'common/home/programs/zathura/default.nix')
-rw-r--r--common/home/programs/zathura/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/home/programs/zathura/default.nix b/common/home/programs/zathura/default.nix
new file mode 100644
index 0000000..3887830
--- /dev/null
+++ b/common/home/programs/zathura/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ enable = true;
+}