From c10266abaf0a3bc6b26fcbec01f791575f533a6d Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 23 Sep 2023 15:53:55 +0200 Subject: [PATCH] feat: change alacritty size --- modules/programs/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/alacritty.nix b/modules/programs/alacritty.nix index e823312..71dc68e 100644 --- a/modules/programs/alacritty.nix +++ b/modules/programs/alacritty.nix @@ -14,7 +14,7 @@ font = rec { # Font - Laptop has size manually changed at home.nix normal.family = "FiraCode Nerd Font"; bold = { style = "Bold"; }; - #size = 8; + size = 8; }; offset = { # Positioning x = -1; -- 2.48.1