diff options
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 08a38e7..f2e8149 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 = "dina:size=10,JetBrainsMono Nerd Font:size=11"; + font = "CtrlD:pixelsize=16,JetBrainsMono Nerd Font:size=10"; letter-spacing = 0; line-height = 13; dpi-aware = "yes"; |