diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-11 13:12:50 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-11 13:12:50 -0500 |
commit | 1b9e2175f2a5f600f4f7374bacba39aac9af238c (patch) | |
tree | 8c28fc1a4889202bf5dd9483dbc48d1a238d7cd9 /modules/hosts | |
parent | 4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d (diff) | |
download | nixos-1b9e2175f2a5f600f4f7374bacba39aac9af238c.tar.xz nixos-1b9e2175f2a5f600f4f7374bacba39aac9af238c.zip |
use tamzenforpowerline font instead of tamzen and use my tamzen middldot fork until pr gets mergedHEADmaster
Diffstat (limited to 'modules/hosts')
-rw-r--r-- | modules/hosts/X230/home.nix | 4 | ||||
-rw-r--r-- | modules/hosts/libreX60/home.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/hosts/X230/home.nix b/modules/hosts/X230/home.nix index 87a16ea..03b559d 100644 --- a/modules/hosts/X230/home.nix +++ b/modules/hosts/X230/home.nix @@ -5,14 +5,14 @@ mint.theme.color = "Dark-Teal"; mint.icons.color = "Teal"; font = { - monospace = "Tamzen"; + monospace = "TamzenForPowerline"; gtk.name = "monospace"; gtk.size = 8; }; cursor.size = 24; st = { enable = true; - font = "Tamzen:pixelsize=14"; + font = "TamzenForPowerline:pixelsize=14"; }; }; } diff --git a/modules/hosts/libreX60/home.nix b/modules/hosts/libreX60/home.nix index 5b35457..f5957d6 100644 --- a/modules/hosts/libreX60/home.nix +++ b/modules/hosts/libreX60/home.nix @@ -5,14 +5,14 @@ mint.theme.color = "Dark-Red"; mint.icons.color = "Red"; font = { - monospace = "Tamzen"; + monospace = "TamzenForPowerline"; gtk.name = "monospace"; gtk.size = 8; }; cursor.size = 24; st = { enable = true; - font = "Tamzen:pixelsize=14"; + font = "TamzenForPowerline:pixelsize=14"; }; }; } |