fix(programs/neovim): make neovide config platform independent
This commit is contained in:
parent
51c0f8f315
commit
5a5a5380a4
2 changed files with 6 additions and 7 deletions
|
@ -2,12 +2,6 @@
|
|||
{
|
||||
programs.neovide = {
|
||||
enable = true;
|
||||
settings = {
|
||||
fork = true;
|
||||
font = {
|
||||
normal = "IosevkaTerm Nerd Font";
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
settings.fork = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue