a dotfile but it's really big
0
fork

Configure Feed

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

disable linear by default.

karitham 8e5cae13 2f1b2e7f

+1 -1
+1 -1
modules/tags/work.nix
··· 15 15 linear = { 16 16 type = "remote"; 17 17 url = "https://mcp.linear.app/mcp"; 18 - enabled = true; 18 + enabled = false; # disable by default because it breaks google models 19 19 headers = { 20 20 Authorization = "Bearer {env:LINEAR_API_KEY}"; 21 21 };