fix(programs/neovide): use Iosevka Nerd Font
This commit is contained in:
parent
15ffd6ba7b
commit
c3662d5a58
2 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,8 @@
|
||||||
iosevka-bin
|
iosevka-bin
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
|
|
||||||
|
nerd-fonts.iosevka-term
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
fork = true;
|
fork = true;
|
||||||
font = {
|
font = {
|
||||||
normal = "Iosevka";
|
normal = "IosevkaTerm Nerd Font";
|
||||||
size = 12;
|
size = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue