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 --- modules/term.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/term.nix b/modules/term.nix index d5979db..a99075a 100644 --- a/modules/term.nix +++ b/modules/term.nix @@ -15,19 +15,19 @@ settings = { font = { normal = { - family = "BlexMono Nerd Font"; + family = userOptions.fontName; style = "SemiBold"; }; bold = { - family = "BlexMono Nerd Font"; + family = userOptions.fontName; style = "Bold"; }; italic = { - family = "BlexMono Nerd Font"; + family = userOptions.fontName; style = "SemiBold Italic"; }; bold_italic = { - family = "BlexMono Nerd Font"; + family = userOptions.fontName; style = "Bold Italic"; }; size = 12; -- cgit v1.2.3