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:
parent
106a9f4b38
commit
48792e9514
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
font =
|
font =
|
||||||
let family = "VictorMono Nerd Font";
|
let family = "VictorMono";
|
||||||
font-style = style: { inherit family style; };
|
font-style = style: { inherit family style; };
|
||||||
in {
|
in {
|
||||||
normal = font-style "Regular";
|
normal = font-style "Regular";
|
||||||
|
|
Loading…
Reference in a new issue