From d576b0725e1a3b52096ddb0161c8a0d79bb71786 Mon Sep 17 00:00:00 2001
From: Frantisek Bohacek <rutherther@proton.me>
Date: Sat, 23 Sep 2023 22:33:44 +0200
Subject: [PATCH] feat: bigger font in alacritty

---
 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 71dc68e..3e1aed4 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 = 12;
         };
         offset = {                            # Positioning
           x = -1;
-- 
2.48.1