add neovide
This commit is contained in:
parent
c66ebccca1
commit
a70da5cf37
4 changed files with 28 additions and 0 deletions
11
home-manager/neovide.nix
Normal file
11
home-manager/neovide.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.neovide = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font = {
|
||||
normal = [ "ComicCodeLigatures Nerd Font" ];
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue