a dotfile but it's really big

remove sentry mcp

karitham.dev 3cb9eb76 2bc272b0

verified
+1 -11
+1 -11
modules/tags/work.nix
··· 1 - { config, pkgs, ... }: 1 + { config, ... }: 2 2 { 3 3 desktop.yubikey.enable = true; 4 4 programs._1password.enable = true; ··· 19 19 headers = { 20 20 Authorization = "Bearer {env:LINEAR_API_KEY}"; 21 21 }; 22 - }; 23 - sentry = { 24 - type = "local"; 25 - enabled = true; 26 - command = [ 27 - "${pkgs.bun}/bin/bun" 28 - "x" 29 - "mcp-remote@latest" 30 - "https://mcp.sentry.dev/mcp" 31 - ]; 32 22 }; 33 23 }; 34 24 };