From ed50cf8f1eb783681f083e307bdd793ca080a462 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Thu, 5 Dec 2024 19:33:06 +0000
Subject: [PATCH] Tweak Alacritty settings

---
 nix/modules/home-manager/features/desktop/alacritty.nix | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/nix/modules/home-manager/features/desktop/alacritty.nix b/nix/modules/home-manager/features/desktop/alacritty.nix
index e3bda687..656ce56f 100644
--- a/nix/modules/home-manager/features/desktop/alacritty.nix
+++ b/nix/modules/home-manager/features/desktop/alacritty.nix
@@ -24,8 +24,8 @@ in
         };
 
         window.padding = {
-          x = 15;
-          y = 15;
+          x = 10;
+          y = 10;
         };
 
         font = {
@@ -34,8 +34,6 @@ in
           bold.style = "Regular";
           normal.family = "${theme.fonts.monospace.name}";
 
-          offset.y = 6;
-          glyph_offset.y = 3;
         };
 
         terminal.shell = {