Remove unused nvim package

This commit is contained in:
Bad 2021-04-11 19:26:38 +02:00
parent 0c8b07077e
commit d23101d515
2 changed files with 28 additions and 28 deletions

View file

@ -11,7 +11,6 @@
NIX_BUILD_SHELL = "zsh"; NIX_BUILD_SHELL = "zsh";
}; };
gtk.theme.name = "arc-dark"; gtk.theme.name = "arc-dark";
programs.neovim = import ./vim.nix { pkgs = pkgs; };
}; };
users.users.mae = { users.users.mae = {
uid = 1000; uid = 1000;

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
programs.zsh = {
{ {
programs.neovim = {
enable = true; enable = true;
vimdiffAlias = true; vimdiffAlias = true;
withNodeJs = true; withNodeJs = true;