small fix of claude code
This commit is contained in:
parent
23061f7570
commit
47b7a4c582
2 changed files with 4 additions and 3 deletions
|
|
@ -59,6 +59,7 @@
|
|||
enable = true;
|
||||
autoStart = true;
|
||||
desktopSession = "gnome";
|
||||
user = "yanlin";
|
||||
};
|
||||
decky-loader.enable = true;
|
||||
devices.steamdeck = {
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@ let
|
|||
"WebFetch(domain:raw.githubusercontent.com)"
|
||||
|
||||
# Claude configuration files
|
||||
"Read(/Users/yanlin/.claude/**)"
|
||||
"Write(/Users/yanlin/.claude/**)"
|
||||
"Edit(/Users/yanlin/.claude/**)"
|
||||
"Read(~/.claude/**)"
|
||||
"Write(~/.claude/**)"
|
||||
"Edit(~/.claude/**)"
|
||||
|
||||
# Git operations (read-only and safe operations)
|
||||
"Bash(git status)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue