oizys/modules/development/git.nix

13 lines
112 B
Nix

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