From 6452d3840b78d619018aa305e718ebd2a642caf4 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 6 Oct 2023 19:27:30 +0530 Subject: unify fonts --- programs/zathura.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'programs/zathura.nix') 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 @@ { config , pkgs , theme +, font , ... }: @@ -31,7 +32,7 @@ with theme; statusbar-h-padding = "50"; statusbar-v-padding = "50"; guioptions = "s"; - font = "Nerd Input 10"; + font = "${font.name} 10"; }; }; } -- cgit v1.2.3