diff options
author | sefidel <contact@sefidel.net> | 2022-01-01 15:32:27 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-01 15:32:27 +0900 |
commit | 3bdf459eccc217a649c52aaa2be21d9505215d73 (patch) | |
tree | 44797ddd82993b1a681ecb724c7860665874773c /home/modules/profiles/base/config | |
parent | ad4f8a70cfebf51d236ad6c4ba13e9919c8fb9fb (diff) | |
download | nixrc-3bdf459eccc217a649c52aaa2be21d9505215d73.tar.gz nixrc-3bdf459eccc217a649c52aaa2be21d9505215d73.zip |
home: remove sf mono
Diffstat (limited to 'home/modules/profiles/base/config')
-rw-r--r-- | home/modules/profiles/base/config/foot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/modules/profiles/base/config/foot.nix b/home/modules/profiles/base/config/foot.nix index c47f689..f6f0ac6 100644 --- a/home/modules/profiles/base/config/foot.nix +++ b/home/modules/profiles/base/config/foot.nix @@ -5,7 +5,7 @@ with neotheme.palette.colors; { main = { term = "foot"; - font = "dina:size=10,Liga SFMono Nerd Font:size=10"; + font = "dina:size=10,Iosevka Nerd Font:size=10"; letter-spacing = 0; line-height = 13; dpi-aware = "yes"; |