From 7b0f405706615b0c957083017245edf4731585bd Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 29 Jan 2026 14:43:01 -0600 Subject: Smaller terminal font size --- modules/home/christian.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/home/christian.nix') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index b7bbe3d..8710d2f 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -10,6 +10,13 @@ }) ]; + programs.alacritty = { + enable = true; + settings = { + font.size = 8; + }; + }; + programs.bash.enable = true; programs.git = { -- cgit v1.2.3