diff options
author | sefidel <contact@sefidel.net> | 2023-09-15 16:55:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-15 16:55:50 +0900 |
commit | 42a0d81005d44af66176007d4f89b87c2c739db7 (patch) | |
tree | 98fa4aec04eb726e240ed34765f4225adb97da6d | |
parent | f2a0993bfdddf41c6d4f6206bd29f8544b6da9f7 (diff) | |
download | nixrc-42a0d81005d44af66176007d4f89b87c2c739db7.tar.gz nixrc-42a0d81005d44af66176007d4f89b87c2c739db7.zip |
feat(home/sefidel@haruka): set font size to 13
-rw-r--r-- | home/configs/haruka/sefidel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index 69b6b1a..299d918 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -6,7 +6,7 @@ profiles.gui.font = { name = "JetBrainsMono"; - pixelSize = 14; + pixelSize = 13; }; profiles.browsing.hiDpi = true; |