diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 02:03:38 +0200 |
| commit | c2f0d9bebe68c11f4d018a18bd5d3880712c6873 (patch) | |
| tree | d40b3e3faf65fdc618c2dd62cd548aac6e545ac4 /modules/zathura.nix | |
| parent | 97cf1a9390cbb56bb904c777ebe8f6f559a7d8a4 (diff) | |
chore: move home-manager modules in seperate folder
Diffstat (limited to 'modules/zathura.nix')
| -rw-r--r-- | modules/zathura.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/zathura.nix b/modules/zathura.nix deleted file mode 100644 index 592119b..0000000 --- a/modules/zathura.nix +++ /dev/null @@ -1,27 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - options.zathura.enable = lib.mkEnableOption "Enable zathura and setup"; - config = lib.mkIf config.zathura.enable { - programs.zathura = { - enable = true; - options = { - recolor-lightcolor = "rgba(0, 0, 0, 0)"; - recolor-darkcolor = "rgba(255, 255, 255, 1)"; - recolor = true; - adjust-open = "width"; - guioptions = "none"; - zoom-center = true; - page-padding = 0; - pages-per-row = 1; - scroll-page-aware = true; - }; - - mappings = { - i = "recolor"; - j = "navigate previous"; - k = "navigate next"; - }; - }; - }; -}
\ No newline at end of file |
