summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-04-10 22:54:58 -0500
committerTim Keller <tjkeller.xyz>2025-04-10 22:54:58 -0500
commit0b69050f491804346bd9c6708f016f493da39117 (patch)
tree30f437b123e1bec4cf84cfa4927d61d60244ee03 /modules/hosts/libreX60
parente930cef113f65722d9b859ffc44b0b63622e41e0 (diff)
downloadnixos-0b69050f491804346bd9c6708f016f493da39117.tar.xz
nixos-0b69050f491804346bd9c6708f016f493da39117.zip
gtk font host config instead of just using sans serif and change gtk font size
Diffstat (limited to 'modules/hosts/libreX60')
-rw-r--r--modules/hosts/libreX60/home.nix3
1 files changed, 2 insertions, 1 deletions
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;
}