nix: replace neovim option with package
This commit is contained in:
parent
a9cc298c94
commit
d6048b0444
1 changed files with 1 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
neovim
|
||||||
git
|
git
|
||||||
zoxide
|
zoxide
|
||||||
tlrc
|
tlrc
|
||||||
|
|
@ -37,13 +38,4 @@
|
||||||
loadInNixShell = true;
|
loadInNixShell = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.neovim = {
|
|
||||||
enable = true;
|
|
||||||
vimAlias = true;
|
|
||||||
viAlias = true;
|
|
||||||
withRuby = true;
|
|
||||||
withPython3 = true;
|
|
||||||
withNodeJs = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue