diff options
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/libreX60/home.nix | 3 |
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; } |