Remove vim dependency.
This commit is contained in:
parent
ab8c431cd0
commit
a257d0f22f
@ -36,7 +36,7 @@
|
||||
jq
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "${pkgs.vim}/bin/vim";
|
||||
environment.variables.EDITOR = "${pkgs.neovim}/bin/nvim";
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user