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