7 lines
182 B
Nix
7 lines
182 B
Nix
{pkgs}: rec {
|
|
ghostty = pkgs.callPackage ./ghostty {};
|
|
git = pkgs.callPackage ./git {};
|
|
lazygit = pkgs.callPackage ./lazygit {};
|
|
starship = pkgs.callPackage ./starship {};
|
|
}
|