add neovide

This commit is contained in:
cswimr 2025-02-10 06:21:22 -06:00
parent c66ebccca1
commit a70da5cf37
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
4 changed files with 28 additions and 0 deletions

11
home-manager/neovide.nix Normal file
View file

@ -0,0 +1,11 @@
{
programs.neovide = {
enable = true;
settings = {
font = {
normal = [ "ComicCodeLigatures Nerd Font" ];
size = 12;
};
};
};
}