noc
This commit is contained in:
2026-03-09 10:08:35 +00:00
parent 564e6e37fd
commit f6ecc783ff

View File

@@ -44,14 +44,14 @@
opensrc = { opensrc = {
enabled = true; enabled = true;
type = "local"; type = "local";
command = ["bunx" "opensrc-mcp"]; command = ["node" "/home/cschmatzler/.bun/bin/opensrc-mcp"];
}; };
}; };
}; };
}; };
home.shellAliases = { home.shellAliases = {
noc = "RUST_LOG=error nono -s wrap --allow-cwd --profile opencode -- opencode"; noc = "nono run -s --allow-cwd --profile opencode --network-profile developer --allow ~/.bun --allow ~/.local/share/opensrc --allow ~/.claude --proxy-allow models.dev --proxy-allow mcp.grep.app --proxy-allow mcp.context7.com --proxy-allow mcp.exa.ai -- opencode";
}; };
home.packages = [ home.packages = [