Files
nix/packages/devkit/default.nix

7 lines
182 B
Nix

{pkgs}: rec {
ghostty = pkgs.callPackage ./ghostty {};
git = pkgs.callPackage ./git {};
lazygit = pkgs.callPackage ./lazygit {};
starship = pkgs.callPackage ./starship {};
}