From 18b4f4429f85aaa012148b085502f776ad9e649c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 16 Nov 2024 15:47:44 +0000 Subject: [PATCH] Adjust line spacing in Alacritty --- modules/home-manager/alacritty.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/alacritty.nix b/modules/home-manager/alacritty.nix index cacf4cd..8741ed8 100644 --- a/modules/home-manager/alacritty.nix +++ b/modules/home-manager/alacritty.nix @@ -30,8 +30,8 @@ in bold.style = "Regular"; normal.family = "${theme.fonts.monospace.name}"; - offset.y = 12; - glyph_offset.y = 6; + offset.y = 6; + glyph_offset.y = 3; }; terminal.shell = {