test
This commit is contained in:
parent
4d1f98ea56
commit
71cb981dac
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
package = pkgs.neovim-unwrapped;
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue