feat: bigger font in alacritty
1 files changed, 1 insertions(+), 1 deletions(-) M modules/programs/alacritty.nix
M modules/programs/alacritty.nix => modules/programs/alacritty.nix +1 -1
@@ 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;