aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/zathura.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-29 13:37:14 +0200
committerschererleander <leander@schererleander.de>2025-07-29 13:37:14 +0200
commitff08947188dddc2349411e7de3bee7d504469381 (patch)
tree9ec41bca5d5213585e7df547413374b212ae9f31 /modules/home-manager/zathura.nix
parente85ce531149d41a382921505bb0a0ca53816acfa (diff)
chore: formatting
Diffstat (limited to 'modules/home-manager/zathura.nix')
-rw-r--r--modules/home-manager/zathura.nix10
1 files changed, 7 insertions, 3 deletions
diff --git a/modules/home-manager/zathura.nix b/modules/home-manager/zathura.nix
index 592119b..c8605d0 100644
--- a/modules/home-manager/zathura.nix
+++ b/modules/home-manager/zathura.nix
@@ -1,4 +1,8 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ ...
+}:
{
options.zathura.enable = lib.mkEnableOption "Enable zathura and setup";
@@ -16,7 +20,7 @@
pages-per-row = 1;
scroll-page-aware = true;
};
-
+
mappings = {
i = "recolor";
j = "navigate previous";
@@ -24,4 +28,4 @@
};
};
};
-} \ No newline at end of file
+}