Remove unused nvim package
This commit is contained in:
parent
0c8b07077e
commit
d23101d515
2 changed files with 28 additions and 28 deletions
|
@ -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;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
programs.zsh = {
|
|
||||||
{
|
{
|
||||||
|
programs.neovim = {
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
|
|
Loading…
Reference in a new issue