fix(programs/neovide): use Iosevka Nerd Font

This commit is contained in:
uku 2025-03-30 12:04:20 +02:00
parent 15ffd6ba7b
commit c3662d5a58
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 3 additions and 1 deletions

View file

@ -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 = {

View file

@ -5,7 +5,7 @@
settings = { settings = {
fork = true; fork = true;
font = { font = {
normal = "Iosevka"; normal = "IosevkaTerm Nerd Font";
size = 12; size = 12;
}; };
}; };