diff options
Diffstat (limited to 'modules/home-manager/zathura.nix')
| -rw-r--r-- | modules/home-manager/zathura.nix | 10 |
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 +} |
