From 2d37cc5b26e6bd90bf790d18b1db86880cf8f723 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Apr 2024 10:53:51 +0100 Subject: [PATCH] Slightly increase desktop and popup font sizes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 60c05455..c4e43749 100644 --- a/flake.nix +++ b/flake.nix @@ -45,8 +45,8 @@ with iosevka-custom.outputs; rec { sizes = { applications = 12; - desktop = 12; - popups = 12; + desktop = 14; + popups = 14; terminal = 12; }; serif = sansSerif;