diff options
author | sefidel <contact@sefidel.net> | 2022-01-25 09:45:22 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-25 09:45:22 +0900 |
commit | 3031fbd6a92ff1e4d16c67d8390055aff7da31f8 (patch) | |
tree | 732cbd45cad30d18b67e8de0e32b3307330fdd31 /home/profiles/base/config/foot.nix | |
parent | 371775643fb5bcb1a5376f99aa456037c064a6b8 (diff) | |
download | nixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.tar.gz nixrc-3031fbd6a92ff1e4d16c67d8390055aff7da31f8.zip |
home/base: use good ol dina
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 a2a9d57..bcb3145 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 = "Terminus:pixelsize=14,JetBrainsMono Nerd Font:pixelsize=14"; + font = "Dina:pixelsize=13,JetBrainsMono Nerd Font:pixelsize=12"; letter-spacing = 0; line-height = 13; dpi-aware = "yes"; |