feat(devkit): yazi wrapper

This commit is contained in:
Guz
2025-02-12 11:22:48 -03:00
parent 179af779f4
commit f9c3d34511
6 changed files with 78 additions and 0 deletions

View File

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