diff --git a/nix/modules/home-manager/features/desktop/alacritty.nix b/nix/modules/home-manager/features/desktop/alacritty.nix index e3bda68..656ce56 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 = {