feat(devkit): zsh wrapper

This commit is contained in:
Guz
2025-02-12 11:23:06 -03:00
parent f9c3d34511
commit 99f1ffa019
4 changed files with 145 additions and 0 deletions

View File

@@ -4,4 +4,5 @@
lazygit = pkgs.callPackage ./lazygit {};
starship = pkgs.callPackage ./starship {};
yazi = pkgs.callPackage ./yazi {};
zsh = pkgs.callPackage ./zsh {inherit starship;};
}