From 4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 10 Jul 2025 11:37:02 -0500 Subject: use tamzen for terminal font on T495 and update wifis --- modules/hosts/T495/home.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'modules/hosts') diff --git a/modules/hosts/T495/home.nix b/modules/hosts/T495/home.nix index 817b0c0..4fac32b 100644 --- a/modules/hosts/T495/home.nix +++ b/modules/hosts/T495/home.nix @@ -1,8 +1,14 @@ { ... }: { imports = [ ../../home ]; - theme.mint.theme.color = "Dark-Purple"; - theme.mint.icons.color = "Purple"; + theme = { + mint.theme.color = "Dark-Purple"; + mint.icons.color = "Purple"; + st = { + enable = true; + font = "Tamzen:pixelsize=20"; + }; + }; wallpapers.enable = true; home.file.input-leap-config = { -- cgit v1.2.3