diff options
author | sefidel <contact@sefidel.net> | 2022-01-21 20:48:46 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-21 20:49:43 +0900 |
commit | d236c9d27f574c8f1e3bc883fc8fcf13e4a54626 (patch) | |
tree | 2c870846de076c68dbd3293f73d60d12f277d92d /home/profiles/base/config/foot.nix | |
parent | 6312c75b46542540183b7d29ad5cd5066e4c8777 (diff) | |
download | nixrc-d236c9d27f574c8f1e3bc883fc8fcf13e4a54626.tar.gz nixrc-d236c9d27f574c8f1e3bc883fc8fcf13e4a54626.zip |
home/base: dina-font -> ctrld-font
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"; |