summaryrefslogtreecommitdiff
path: root/home-manager/wayland/modules/zathura.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/wayland/modules/zathura.nix')
-rw-r--r--home-manager/wayland/modules/zathura.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/home-manager/wayland/modules/zathura.nix b/home-manager/wayland/modules/zathura.nix
deleted file mode 100644
index 6751f32..0000000
--- a/home-manager/wayland/modules/zathura.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ lib, ... }: {
- programs.zathura = {
- enable = true;
-
- mappings = {
- "f" = "toggle_fullscreen";
- "[fullscreen] f" = "toggle_fullscreen";
- };
- options = {
- font = lib.mkDefault "Sans";
- statusbar-basename = true;
- selection-clipboard = "clipboard";
- };
- };
-}