From f2d51e9cfcb37dc59a1ba4d71ff4fec2020b4cd9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 Jan 2025 09:33:07 -0800 Subject: slightly larger font for alacritty --- nix/users/fcuny/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index ca55c13..b0277f2 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -43,7 +43,7 @@ in env.TERM = "xterm-256color"; font = { normal.family = "Source Code Pro"; - size = 15.0; + size = 16.0; }; }; }; -- cgit v1.2.3