From 493923a756834f6b33897670684ca5a197d74955 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 30 Oct 2024 19:29:12 -0500 Subject: add alacritty config to home manager --- modules/hosts/T430/home.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hosts') diff --git a/modules/hosts/T430/home.nix b/modules/hosts/T430/home.nix index a04b93f..1e5b3d1 100644 --- a/modules/hosts/T430/home.nix +++ b/modules/hosts/T430/home.nix @@ -1,3 +1,5 @@ { ... }: { imports = [ ../../home ]; + + alacritty.font.size = 9; } -- cgit v1.2.3