revert: remove paths from packages wrappers

This commit is contained in:
Guz
2025-02-13 13:17:30 -03:00
parent 69569740a0
commit 9819b81014
4 changed files with 7 additions and 24 deletions

View File

@@ -6,9 +6,6 @@
yazi = pkgs.callPackage ./yazi {};
zellij = pkgs.callPackage ./zellij {
shell = zsh;
addPath = [ghostty git lazygit starship yazi zsh];
};
zsh = pkgs.callPackage ./zsh {
addPath = [git lazygit starship yazi];
};
zsh = pkgs.callPackage ./zsh {};
}