11 lines
171 B
Nix
11 lines
171 B
Nix
{
|
|
programs.neovide = {
|
|
enable = true;
|
|
settings = {
|
|
font = {
|
|
normal = [ "ComicCodeLigatures Nerd Font" ];
|
|
size = 12;
|
|
};
|
|
};
|
|
};
|
|
}
|