summaryrefslogtreecommitdiff
path: root/cli/meta/git/default.nix
blob: 630285ce79a70008e730b281bef016e1b26894ae (plain) (blame)
1
2
3
4
5
6
7
{ pkgs, ... }: {
  home.packages = with pkgs; [
    gh
    onefetch
    gitoxide
  ];
}