forked from nico/dots
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;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
zoxide
|
||||
tlrc
|
||||
|
|
@ -37,13 +38,4 @@
|
|||
loadInNixShell = 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