From 0b69050f491804346bd9c6708f016f493da39117 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 10 Apr 2025 22:54:58 -0500 Subject: gtk font host config instead of just using sans serif and change gtk font size --- modules/hosts/libreX60/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/hosts') diff --git a/modules/hosts/libreX60/home.nix b/modules/hosts/libreX60/home.nix index 453bfd6..21b6480 100644 --- a/modules/hosts/libreX60/home.nix +++ b/modules/hosts/libreX60/home.nix @@ -3,6 +3,7 @@ theme.mint.theme.color = "Dark-Red"; theme.mint.icons.color = "Red"; - theme.font.sansSerif = "Tamzen"; theme.font.monospace = "Tamzen"; + theme.font.gtk.name = "monospace"; + theme.font.gtk.size = 8; } -- cgit v1.2.3