fix (hopefully) neovide font

This commit is contained in:
2026-08-20 13:46:49 -05:00
parent a6ce51554f
commit e9c8dfe196

View File

@@ -230,7 +230,7 @@
settings = { settings = {
wayland-app-id = "neovide"; wayland-app-id = "neovide";
font = { font = {
normal = [ pkgs.nerd-fonts.jetbrains-mono ]; normal = [ "JetBrainsMono Nerd Font" ];
size = 14.0; size = 14.0;
}; };
}; };