From 71e90e2a7261d6602f318dca39ae51d4d3d62455 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 1 Mar 2024 18:07:03 +0000 Subject: [PATCH] Slightly increase font size for desktop and popups --- system/stylix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/stylix.nix b/system/stylix.nix index 5bf58049..f19f71fc 100644 --- a/system/stylix.nix +++ b/system/stylix.nix @@ -28,8 +28,8 @@ fonts = rec { sizes = { applications = 16; - desktop = 18; - popups = 18; + desktop = 20; + popups = 20; terminal = 16; }; serif = monospace;