oizys/modules/git.nix

14 lines
121 B
Nix
Raw Normal View History

2024-01-23 11:51:13 -06:00
{
input,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
git
git-lfs
gh
lazygit
];
}