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