sam: Install github cli (gh)

This commit is contained in:
Chandler Swift 2025-07-11 13:09:55 -05:00
parent a3ac063e28
commit 5e7347ad26
No known key found for this signature in database
GPG key ID: B123483B24A4D579

View file

@ -70,6 +70,7 @@
home-manager.users.chandler = { pkgs, ... }: {
home.packages = with pkgs; [
kdePackages.kate
gh
];
programs.bash = {