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