aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-24 23:19:02 +0900
committersefidel <contact@sefidel.net>2022-01-24 23:19:02 +0900
commit7ef77a1ab15892770d782f56e7adb27057da720d (patch)
tree44dbe584efed1f37855158e536f6b0458b1c3233
parente4ec7212718a6b05910bbc3e403c19acc1a8af9f (diff)
downloadnixrc-7ef77a1ab15892770d782f56e7adb27057da720d.zip
home/base: fix extra glyph size
-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 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";