diff options
Diffstat (limited to 'modules/zathura.nix')
| -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; |