diff options
author | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-24 11:04:51 +0900 |
commit | d00fb4f7d19de1cc40ccc5846667b8ee27669ba0 (patch) | |
tree | bbf09c1020a8b5c8388331841ff1502a98f7832d /home/profiles/base/config/foot.nix | |
parent | ce17f1325e44dea614a5f3be082b014eaf01d1c9 (diff) | |
download | nixrc-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.nix | 2 |
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"; |