oizys/modules/development/git.nix

11 lines
108 B
Nix

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