Commit 60004ae

HPCesia <me@hpcesia.com>
2025-10-26 18:27:51
feat: remove opencode
1 parent 71b5769
Changed files (1)
modules
modules/dev/opencode.nix
@@ -1,24 +0,0 @@
-{
-  flake.modules.homeManager.dev = _: {
-    programs.opencode = {
-      enable = true;
-      settings = {
-        permission = {
-          edit = "ask";
-          webfetch = "ask";
-          bash = {
-            "ls" = "allow";
-            "cd" = "allow";
-            "pwd" = "allow";
-          };
-        };
-        mcp = {
-          context7 = {
-            type = "local";
-            command = ["bun" "-y" "@upstash/context7-mcp"];
-          };
-        };
-      };
-    };
-  };
-}