global/git: add github cli
This commit is contained in:
parent
171426990e
commit
7d3af1590c
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitFull;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue