From 1f3ee31ebdd147866bf2d68d3cc5caa75df75183 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 6 Sep 2025 21:30:53 -0400 Subject: [PATCH] Fix fonts --- modules/graphical/gnome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphical/gnome/default.nix b/modules/graphical/gnome/default.nix index 3bfc908..f05d530 100644 --- a/modules/graphical/gnome/default.nix +++ b/modules/graphical/gnome/default.nix @@ -23,7 +23,7 @@ icon-theme = "Papirus"; toolkit-accessibility = false; - font-name = "sans"; + font-name = "sans 11"; document-font-name = font-name; monospace-font-name = "monospace";