From 732f513eb58fcfc981d2b99c7f5f6f62d05c54bf Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Sat, 22 Feb 2025 16:14:32 +0100
Subject: [PATCH] talos: home: tweak font size

---
 hosts/talos/home.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix
index e4c87c8..339485b 100644
--- a/hosts/talos/home.nix
+++ b/hosts/talos/home.nix
@@ -71,7 +71,7 @@ in {
         };
         fonts = {
           names = ["Iosevka Fixed" "FontAwesome6Free"];
-          size = 8.0;
+          size = 9.0;
         };
         bars = [];