From 1863ef4f7702c6d74e46fa77fc43635bc79bb4df Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 17 Sep 2024 15:49:36 +0100 Subject: [PATCH] Tweak font sizes --- system/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/default.nix b/system/default.nix index 9b9da568..49711690 100644 --- a/system/default.nix +++ b/system/default.nix @@ -152,10 +152,10 @@ { inherit monospace serif sansSerif; sizes = { - applications = 16; + applications = 12; desktop = 14; - popups = 18; - terminal = 16; + popups = 16; + terminal = 12; }; }; };