From bbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 7 Nov 2025 17:30:38 -0500 Subject: modules/zathura: respect fontconfig --- modules/zathura.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zathura.nix b/modules/zathura.nix index c5327e8..4062471 100644 --- a/modules/zathura.nix +++ b/modules/zathura.nix @@ -32,7 +32,7 @@ in "l" = "feedkeys i"; }; options = { - font = "BerkeleyMonoPatched Nerd Font Propo 12"; + font = "monospace"; selection-clipboard = "clipboard"; recolor = true; default-fg = scheme.base05; -- cgit v1.2.3