disable neovide
This commit is contained in:
parent
780b8ab45f
commit
93ccb97306
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ ... }: {
|
||||
programs.neovide = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
settings = {
|
||||
neovim-bin = "/etc/profiles/per-user/asakiyuki/bin/nvim";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue