From 9bafd9dc81dc5cbcbdfe745190670d9d9a6bd265 Mon Sep 17 00:00:00 2001
From: tdback <tyler@tdback.net>
Date: Tue, 28 Jan 2025 22:07:53 -0500
Subject: alacritty: increase default font size

---
 users/tdback/modules/alacritty/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'users/tdback/modules')

diff --git a/users/tdback/modules/alacritty/default.nix b/users/tdback/modules/alacritty/default.nix
index 8da651c..3133d93 100644
--- a/users/tdback/modules/alacritty/default.nix
+++ b/users/tdback/modules/alacritty/default.nix
@@ -22,7 +22,7 @@
           family = "Iosevka Comfy Motion Fixed";
         in
         {
-          size = 14.0;
+          size = 16.0;
           normal = {
             inherit family;
             style = "Regular";
@@ -39,7 +39,7 @@
             inherit family;
             style = "Bold Italic";
           };
-      };
+        };
 
       # Tomorrow Night Bright colorscheme.
       colors = {
-- 
cgit v1.2.3