oizys/modules/development/git.nix

10 lines
106 B
Nix

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