From ff08947188dddc2349411e7de3bee7d504469381 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 13:37:14 +0200 Subject: chore: formatting --- modules/home-manager/zathura.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'modules/home-manager/zathura.nix') 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 +} -- cgit v1.3.1