oizys/modules/git.nix

14 lines
121 B
Nix

{
input,
pkgs,
...
}: {
environment.systemPackages = with pkgs; [
git
git-lfs
gh
lazygit
];
}