diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-07 17:30:38 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-07 17:30:38 -0500 |
| commit | bbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0 (patch) | |
| tree | ac0dc4f4a16fd56ca7fde4be41e66516e2038174 | |
| parent | 847d67e04ee086114b6c270addc310c64d7f079f (diff) | |
| download | home-bbf6647e6dc6a7b4d7effa1bd2e93a32b4e282c0.tar.gz | |
modules/zathura: respect fontconfig
| -rw-r--r-- | modules/zathura.nix | 2 |
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; |