aboutsummaryrefslogtreecommitdiff
path: root/programs/zathura.nix
diff options
context:
space:
mode:
Diffstat (limited to 'programs/zathura.nix')
-rw-r--r--programs/zathura.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/zathura.nix b/programs/zathura.nix
index 9758c7a..6179781 100644
--- a/programs/zathura.nix
+++ b/programs/zathura.nix
@@ -1,6 +1,7 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, theme 3, theme
4, font
4, ... 5, ...
5}: 6}:
6 7
@@ -31,7 +32,7 @@ with theme;
31 statusbar-h-padding = "50"; 32 statusbar-h-padding = "50";
32 statusbar-v-padding = "50"; 33 statusbar-v-padding = "50";
33 guioptions = "s"; 34 guioptions = "s";
34 font = "Nerd Input 10"; 35 font = "${font.name} 10";
35 }; 36 };
36 }; 37 };
37} 38}