style: update fonts for neovide

This commit is contained in:
Youwen Wu 2024-09-18 18:09:51 -07:00
parent 2d85c781ec
commit ce59b735da
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 2 deletions

View file

@ -10,4 +10,5 @@
# some overrides for laptop specifically # some overrides for laptop specifically
programs.kitty.settings.font_size = pkgs.lib.mkForce 11; programs.kitty.settings.font_size = pkgs.lib.mkForce 11;
programs.neovide.settings.font.size = pkgs.lib.mkForce 12;
} }

View file

@ -28,8 +28,8 @@
enable = true; enable = true;
settings = { settings = {
font = { font = {
normal = [ ]; normal = [ "CaskaydiaCove Nerd Font" ];
size = 12; size = 13;
}; };
}; };
}; };