aboutsummaryrefslogtreecommitdiff
path: root/modules/zathura.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
committerschererleander <leander@schererleander.de>2025-05-10 21:17:14 +0200
commite04b5300532d21adf889cccf05b7d1f64c290825 (patch)
tree833311b86d490bdcac002d5928243afc7be2612e /modules/zathura.nix
parentb66ea884dfa44f9a126cd491c8cb7e91253ea104 (diff)
formatting
Diffstat (limited to 'modules/zathura.nix')
-rw-r--r--modules/zathura.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/zathura.nix b/modules/zathura.nix
index d3a789b..164c760 100644
--- a/modules/zathura.nix
+++ b/modules/zathura.nix
@@ -9,10 +9,10 @@ in {
enable = true;
options = {
recolor-lightcolor = "rgba(0, 0, 0, 0)";
- recolor-darkcolor = "rgba(255, 255, 255, 1)";
- recolor = true;
+ recolor-darkcolor = "rgba(255, 255, 255, 1)";
+ recolor = true;
adjust-open = "width";
- guioptions = "none";
+ guioptions = "none";
zoom-center = true;
page-padding = 0;
pages-per-row = 1;
@@ -25,5 +25,4 @@ in {
};
};
};
-}
-
+} \ No newline at end of file