summaryrefslogtreecommitdiff
path: root/modules/hosts/libreX60/home.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-07-11 13:12:50 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-07-11 13:12:50 -0500
commit1b9e2175f2a5f600f4f7374bacba39aac9af238c (patch)
tree8c28fc1a4889202bf5dd9483dbc48d1a238d7cd9 /modules/hosts/libreX60/home.nix
parent4508aa4e0ec94595fc6d4211d3d6ff04bc0f8e6d (diff)
downloadnixos-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/libreX60/home.nix')
-rw-r--r--modules/hosts/libreX60/home.nix4
1 files changed, 2 insertions, 2 deletions
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";
};
};
}