flake/home-manager/neovide.nix
2025-02-10 06:29:18 -06:00

11 lines
171 B
Nix

{
programs.neovide = {
enable = true;
settings = {
font = {
normal = [ "ComicCodeLigatures Nerd Font" ];
size = 12;
};
};
};
}