aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-11-07 17:30:38 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-11-07 17:30:38 -0500
commitbbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0 (patch)
treeac0dc4f4a16fd56ca7fde4be41e66516e2038174
parent847d67e04ee086114b6c270addc310c64d7f079f (diff)
downloadhome-bbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0.tar.gz
modules/zathura: respect fontconfig
-rw-r--r--modules/zathura.nix2
1 files changed, 1 insertions, 1 deletions
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;