project-wide: pkgs.arc.pkgs -> pkgs

This commit is contained in:
kat witch 2021-05-07 02:09:35 +01:00
parent 8908572922
commit 188740251f
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
home.sessionVariables.EDITOR = "vim";
programs.vim = {
enable = true;
package = pkgs.arc.pkgs.vim_configurable-pynvim;
package = pkgs.vim_configurable-pynvim;
#withPython3 = true;
plugins = with pkgs.vimPlugins; [
nerdtree