summaryrefslogtreecommitdiff
path: root/hosts/gheshki/home.nix
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-04-18 21:54:08 +0100
committerAmir Saeid <amir@glgdgt.com>2026-04-18 21:54:08 +0100
commitf3868ec14622a359ad9215af9247a9b3ba92687b (patch)
treea37683e37aacb6c9b1431fb6679265cec525602f /hosts/gheshki/home.nix
parent5cac22282cbfaccf3bdac24ebaf12c534d64b18e (diff)
Make sure the same font is used for alacritty and i3
Diffstat (limited to 'hosts/gheshki/home.nix')
-rw-r--r--hosts/gheshki/home.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix
index dff03e6..05ef648 100644
--- a/hosts/gheshki/home.nix
+++ b/hosts/gheshki/home.nix
@@ -28,7 +28,7 @@
modifier = "Mod4";
fonts = {
- names = [ "BlexMono Nerd Font SemiBold" ];
+ names = [ "${userOptions.fontName} SemiBold" ];
size = 10.0;
};
@@ -91,7 +91,7 @@
bars = [
{
fonts = {
- names = [ "BlexMono Nerd Font" ];
+ names = [ userOptions.fontName ];
style = "SemiBold";
size = 10.0;
};