Commit 3d3d87b
Changed files (1)
modules
dev
modules/dev/opencode.nix
@@ -6,22 +6,23 @@
permission = {
edit = "ask";
webfetch = "ask";
- bash = {
- "ls" = "allow";
- "cd" = "allow";
- "pwd" = "allow";
- };
};
mcp = {
- context7 = {
- type = "remote";
- url = "https://mcp.context7.com/mcp";
- };
deepwiki = {
type = "remote";
url = "https://mcp.deepwiki.com/mcp";
};
};
+ formatter = {
+ alejandra = {
+ command = ["alejandra" "$FILE"];
+ extensions = [".nix"];
+ };
+ };
+ plugin = [
+ "opencode-wakatime"
+ "@simonwjackson/opencode-direnv"
+ ];
};
};
};