feat(devkit): lazygit wrapper

This commit is contained in:
Guz
2025-02-12 11:22:16 -03:00
parent 8cca510636
commit a880f24799
2 changed files with 65 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{pkgs}: rec {
ghostty = pkgs.callPackage ./ghostty {};
git = pkgs.callPackage ./git {};
lazygit = pkgs.callPackage ./lazygit {};
}