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