diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-12-17 00:49:40 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-12-17 00:49:40 +0200 |
commit | 72381b3f462d39f1fbc7fbd2c6948a68fa58f208 (patch) | |
tree | d1d848961eca08dd1f110f57c67cf9cf6abd94ba | |
parent | 01a503477dd6a9456333910c6ad88dc1aac11be0 (diff) | |
download | nixos-configuration-72381b3f462d39f1fbc7fbd2c6948a68fa58f208.tar.gz nixos-configuration-72381b3f462d39f1fbc7fbd2c6948a68fa58f208.tar.bz2 nixos-configuration-72381b3f462d39f1fbc7fbd2c6948a68fa58f208.zip |
chore: change terminal and app font size
-rw-r--r-- | home-manager/stvnliu/stylix.nix | 4 |
1 files 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; |