From 7ef77a1ab15892770d782f56e7adb27057da720d Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 24 Jan 2022 23:19:02 +0900 Subject: home/base: fix extra glyph size --- home/profiles/base/config/foot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit 1.4.1