about summary refs log tree commit diff
path: root/home/profiles/base/config
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-23 19:16:05 +0900
committersefidel <contact@sefidel.net>2022-01-23 19:16:05 +0900
commit2883ea9cfc3d6d15b52049bd8b486871614b2a66 (patch)
tree10ba3164647a4bf3acf12c987a80d83a84b4524d /home/profiles/base/config
parentdf935cfa4145580ac1b8055d9a14e3b34c7f53b0 (diff)
downloadnixrc-2883ea9cfc3d6d15b52049bd8b486871614b2a66.tar.gz
nixrc-2883ea9cfc3d6d15b52049bd8b486871614b2a66.zip
home/base: match font size
Diffstat (limited to 'home/profiles/base/config')
-rw-r--r--home/profiles/base/config/foot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/foot.nix b/home/profiles/base/config/foot.nix
index f2e8149..3234efb 100644
--- a/home/profiles/base/config/foot.nix
+++ b/home/profiles/base/config/foot.nix
@@ -5,7 +5,7 @@ with neotheme.colors;
 {
   main = {
     term = "foot";
-    font = "CtrlD:pixelsize=16,JetBrainsMono Nerd Font:size=10";
+    font = "CtrlD:pixelsize=16,JetBrainsMono Nerd Font:size=9";
     letter-spacing = 0;
     line-height = 13;
     dpi-aware = "yes";