From f5b2d90a9422c7ddb2e4e02f9069b98a6537d0dd Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 29 Sep 2023 19:33:07 +0200 Subject: [PATCH] Force alacritty font value --- modules/programs/alacritty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/alacritty.nix b/modules/programs/alacritty.nix index 7ed421d..f390601 100644 --- a/modules/programs/alacritty.nix +++ b/modules/programs/alacritty.nix @@ -4,7 +4,7 @@ # Hardcoded as terminal for rofi and doom emacs # -{ pkgs, ... }: +{ pkgs, lib, ... }: { programs = { @@ -21,7 +21,7 @@ font = rec { # Font - Laptop has size manually changed at home.nix normal.family = "FiraCode Nerd Font"; bold = { style = "Bold"; }; - size = 12; + size = lib.mkForce 12; }; offset = { # Positioning x = -1; -- 2.48.1