From a21583b19934cf5c69c68634fb1c9d7e2014e247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 9 Jan 2026 12:38:51 +0100 Subject: [PATCH] stylix: decrease terminal size --- configs/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stylix.nix b/configs/stylix.nix index 5714188..dbf110a 100644 --- a/configs/stylix.nix +++ b/configs/stylix.nix @@ -66,7 +66,7 @@ }; sizes = { - terminal = 10; + terminal = 8; applications = 10; }; };