From 3dfa0fbf45c181c0181146cce67a27723363b24c Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 7 Sep 2024 02:51:36 +0200 Subject: [PATCH] make gnome font smaller --- modules/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stylix.nix b/modules/stylix.nix index 4737fa9..b335eb7 100644 --- a/modules/stylix.nix +++ b/modules/stylix.nix @@ -37,7 +37,7 @@ in }; sizes = lib.mkDefault { terminal = 14; - applications = 11; + applications = 10; desktop = 10; }; };