Don't use nerd font in terminal

Nerd fonts tend to mess with text dimensions, so let's not do that.
This commit is contained in:
Kiana Sheibani 2024-05-11 19:18:24 -04:00
parent 106a9f4b38
commit 48792e9514

View file

@ -32,7 +32,7 @@
};
font =
let family = "VictorMono Nerd Font";
let family = "VictorMono";
font-style = style: { inherit family style; };
in {
normal = font-style "Regular";