expand claude-code tool set

This commit is contained in:
Yan Lin 2026-02-17 18:26:32 +01:00
parent 2999d1f556
commit 68620b27eb
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
home.packages = [
pkgs.gh
];
programs.git-credential-oauth = {
enable = true;
};