diff --git a/users/simon/modules/neovim.nix b/users/simon/modules/neovim.nix index 41abcdc..6000a58 100644 --- a/users/simon/modules/neovim.nix +++ b/users/simon/modules/neovim.nix @@ -293,4 +293,8 @@ in }; home.sessionVariables.EDITOR = "nvim"; + + home.packages = with pkgs; [ + unzip # required for zip.vim + ]; }