feat: use neovim from unstable branch

This commit is contained in:
Jacob Bachmann 2024-08-01 18:21:03 +02:00
parent d43905e973
commit e8b1fbb1fb
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 24 additions and 2 deletions

View file

@ -31,6 +31,7 @@
programs.neovim = {
enable = true;
package = pkgs.unstable.neovim-unwrapped;
defaultEditor = true;
vimAlias = true;
};