From 72381b3f462d39f1fbc7fbd2c6948a68fa58f208 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 17 Dec 2024 00:49:40 +0200 Subject: [PATCH] chore: change terminal and app font size --- home-manager/stvnliu/stylix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/stvnliu/stylix.nix b/home-manager/stvnliu/stylix.nix index 19c8649..6f5a796 100644 --- a/home-manager/stvnliu/stylix.nix +++ b/home-manager/stvnliu/stylix.nix @@ -20,8 +20,8 @@ in { package = pkgs.nerd-fonts.intone-mono; }; sizes = { - terminal = 18; - applications = 12; + terminal = 16; + applications = 14; }; }; cursor.size = 24;