From f3868ec14622a359ad9215af9247a9b3ba92687b Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sat, 18 Apr 2026 21:54:08 +0100 Subject: Make sure the same font is used for alacritty and i3 --- hosts/gheshki/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/gheshki/home.nix') 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; }; -- cgit v1.2.3