disable neovide

This commit is contained in:
Asaki Yuki 2026-04-09 18:00:39 +07:00
parent 780b8ab45f
commit 93ccb97306
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,8 @@
{ ... }: {
programs.neovide = {
enable = true;
settings = {};
settings = {
neovim-bin = "/etc/profiles/per-user/asakiyuki/bin/nvim";
};
};
}