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 =
|
||||
let family = "VictorMono Nerd Font";
|
||||
let family = "VictorMono";
|
||||
font-style = style: { inherit family style; };
|
||||
in {
|
||||
normal = font-style "Regular";
|
||||
|
|
Loading…
Reference in a new issue