wip
This commit is contained in:
@@ -21,6 +21,37 @@
|
||||
devenv
|
||||
# bruno
|
||||
zed-editor
|
||||
tmux
|
||||
];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
setw -g mouse on
|
||||
set -s extended-keys on
|
||||
'';
|
||||
};
|
||||
|
||||
home.file.".claude/settings.json".text = ''
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(mkdir:*)",
|
||||
"Bash(rg:*)",
|
||||
"Bash(chmod:*)",
|
||||
"Bash(find:*)",
|
||||
"Bash(rustup target:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(cargo:*)",
|
||||
"Bash(cp:*)",
|
||||
"Bash(yarn:*)",
|
||||
"Bash(sed:*)",
|
||||
"Bash(gh:*)",
|
||||
"Bash(git:*)",
|
||||
"Bash(grep:*)",
|
||||
"Bash(node:*)"
|
||||
],
|
||||
"defaultMode": "acceptEdits"
|
||||
}
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user