global/git: add github cli

This commit is contained in:
Infinidoge 2023-11-06 10:28:33 -05:00
parent 171426990e
commit 7d3af1590c
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -1,4 +1,8 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gh
];
programs.git = {
enable = true;
package = pkgs.gitFull;