neovim: Add unzip to user environment
This commit is contained in:
parent
eccea38759
commit
081e731be2
|
@ -293,4 +293,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables.EDITOR = "nvim";
|
home.sessionVariables.EDITOR = "nvim";
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
unzip # required for zip.vim
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue