From be2a67cbf7f2f93aa15e26979551810c066694ab Mon Sep 17 00:00:00 2001 From: andrey_varnavskiy Date: Tue, 17 Dec 2024 19:49:57 +0500 Subject: [PATCH] change font to jetbrains mono bold 13 --- home-manager/modules/zathura.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/zathura.nix b/home-manager/modules/zathura.nix index fd2a884..6eb6ccf 100644 --- a/home-manager/modules/zathura.nix +++ b/home-manager/modules/zathura.nix @@ -7,7 +7,7 @@ u = "scroll half_up"; }; options = { - + font = "JetBrains Mono Bold 13"; }; }; }