expand claude-code tool set
This commit is contained in:
parent
2999d1f556
commit
68620b27eb
2 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.gh
|
||||
];
|
||||
|
||||
programs.git-credential-oauth = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue