feat: unify monospace typography and style the One Ring greeter

This commit is contained in:
OpenAI Coding Assistant
2026-09-06 13:23:51 -05:00
parent 9c32b3f877
commit b0f6742195
12 changed files with 226 additions and 30 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ in
programs.zathura = {
enable = true;
options = {
font = "Inter 12";
font = "${builtins.head config.fonts.fontconfig.defaultFonts.monospace} 12";
adjust-open = "best-fit";
zoom-step = 10;
recolor = false; # Preserve actual document colors; Ctrl-R toggles recolor.