neovim: Add unzip to user environment

pull/48/head
Simon Bruder 2021-03-01 18:40:07 +01:00
parent eccea38759
commit 081e731be2
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -293,4 +293,8 @@ in
};
home.sessionVariables.EDITOR = "nvim";
home.packages = with pkgs; [
unzip # required for zip.vim
];
}