This commit is contained in:
2026-03-08 16:24:24 +00:00
parent 0a955151d0
commit 0aa8606153
3 changed files with 30 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
};
home.shellAliases = {
noc = "nono run -s --allow-cwd --profile opencode --network-profile developer -- opencode";
noc = "RUST_LOG=error nono -s wrap --allow-cwd --profile opencode -- opencode";
};
home.packages = [
@@ -85,6 +85,7 @@
builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
disabled_skills = ["playwright" "dev-browser" "git-master"];
disabled_hooks = ["keyword-detector"];
git_master = {
commit_footer = false;
include_co_authored_by = false;