From 47ab3ef2845662e273c4526143bba1e2aa405b28 Mon Sep 17 00:00:00 2001
From: Antoine Martin <antoine@alarsyo.net>
Date: Sun, 16 Feb 2025 18:03:51 +0100
Subject: [PATCH] talos: home: smaller sway 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 212cd1f..c1bec26 100644
--- a/hosts/talos/home.nix
+++ b/hosts/talos/home.nix
@@ -65,7 +65,7 @@ in {
         };
         fonts = {
           names = ["Iosevka Fixed" "FontAwesome6Free"];
-          size = 9.0;
+          size = 8.0;
         };
         bars = [];