From fdd1f8ed4d3341d47440a114266815828237de55 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 30 Jan 2023 11:32:59 -0500 Subject: [PATCH] feat: configure zathura in nix --- modules/home/zathura/default.nix | 0 modules/home/zathura/zathura.nix | 5 +++++ 2 files changed, 5 insertions(+) delete mode 100644 modules/home/zathura/default.nix create mode 100644 modules/home/zathura/zathura.nix diff --git a/modules/home/zathura/default.nix b/modules/home/zathura/default.nix deleted file mode 100644 index e69de29..0000000 diff --git a/modules/home/zathura/zathura.nix b/modules/home/zathura/zathura.nix new file mode 100644 index 0000000..62dfb75 --- /dev/null +++ b/modules/home/zathura/zathura.nix @@ -0,0 +1,5 @@ +{default, ...}: { + + programs.zathura.enable = true; + +} \ No newline at end of file