flake/home-manager/neovide.nix

12 lines
171 B
Nix
Raw Normal View History

2025-02-10 06:21:22 -06:00
{
programs.neovide = {
enable = true;
settings = {
font = {
normal = [ "ComicCodeLigatures Nerd Font" ];
size = 12;
};
};
};
}