a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opencode: default to yolo.

karitham 72a4c188 9a780bfb

+3 -1
+3 -1
modules/opencode/default.nix
··· 95 95 permission = { 96 96 todoread = "deny"; 97 97 todowrite = "deny"; 98 - external_directory = lib.genAttrs [ "~/go/pkg/mod/**" ] (_: "allow"); 98 + external_directory = { 99 + "~/*" = "allow"; # yolo. 100 + }; 99 101 }; 100 102 mcp = lib.mkIf cfg.enableMcp { 101 103 gopls = {