aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-08-26 18:16:07 +0900
committersefidel <contact@sefidel.net>2024-08-26 18:16:07 +0900
commit1ab0d7bf66d4a442d7e04c4a210e4e6a4784403e (patch)
tree6ba197f51ce5b6a8cf77b8e4dab36436d546ae7c
parent6882ccee15544d90f59072b459b61cf8c94564cd (diff)
downloadnixrc-1ab0d7bf66d4a442d7e04c4a210e4e6a4784403e.zip
feat(home/haruka): temporarily switch to ttf font
This commit switches the UI font to truetype font until a fix is identified for foot's bitmap font scaling issue. * bitmap font is broken on fractional scaling
-rw-r--r--home/configs/haruka/sefidel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix
index 22e53e9..aab2226 100644
--- a/home/configs/haruka/sefidel.nix
+++ b/home/configs/haruka/sefidel.nix
@@ -17,7 +17,7 @@
profiles.gui = {
laptop.enable = true;
font = {
- name = "ProFont";
+ name = "Iosevka NF";
pixelSize = 14;
};
};