about summary refs log tree commit diff
path: root/home/profiles/base/config/foot.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-24 11:04:51 +0900
committersefidel <contact@sefidel.net>2022-01-24 11:04:51 +0900
commitd00fb4f7d19de1cc40ccc5846667b8ee27669ba0 (patch)
treebbf09c1020a8b5c8388331841ff1502a98f7832d /home/profiles/base/config/foot.nix
parentce17f1325e44dea614a5f3be082b014eaf01d1c9 (diff)
downloadnixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.tar.gz
nixrc-d00fb4f7d19de1cc40ccc5846667b8ee27669ba0.zip
home/base: use cherry font
Diffstat (limited to 'home/profiles/base/config/foot.nix')
-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 3234efb..08efefd 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=9";
+    font = "cherry:pixelsize=13,JetBrainsMono Nerd Font:size=9";
     letter-spacing = 0;
     line-height = 13;
     dpi-aware = "yes";