diff options
author | sefidel <contact@sefidel.net> | 2022-01-24 23:19:02 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-24 23:19:02 +0900 |
commit | 7ef77a1ab15892770d782f56e7adb27057da720d (patch) | |
tree | 44dbe584efed1f37855158e536f6b0458b1c3233 /home/profiles/base/config/foot.nix | |
parent | e4ec7212718a6b05910bbc3e403c19acc1a8af9f (diff) | |
download | nixrc-7ef77a1ab15892770d782f56e7adb27057da720d.tar.gz nixrc-7ef77a1ab15892770d782f56e7adb27057da720d.zip |
home/base: fix extra glyph size
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 9b36cd3..a2a9d57 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:size=9"; + font = "Terminus:pixelsize=14,JetBrainsMono Nerd Font:pixelsize=14"; letter-spacing = 0; line-height = 13; dpi-aware = "yes"; |