tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
a dotfile but it's really big
0
fork
atom
overview
issues
pulls
pipelines
remove sentry mcp
karitham.dev
2 months ago
3cb9eb76
2bc272b0
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+1
-11
1 changed file
expand all
collapse all
unified
split
modules
tags
work.nix
+1
-11
modules/tags/work.nix
···
1
1
-
{ config, pkgs, ... }:
1
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
22
-
};
23
23
-
sentry = {
24
24
-
type = "local";
25
25
-
enabled = true;
26
26
-
command = [
27
27
-
"${pkgs.bun}/bin/bun"
28
28
-
"x"
29
29
-
"mcp-remote@latest"
30
30
-
"https://mcp.sentry.dev/mcp"
31
31
-
];
32
22
};
33
23
};
34
24
};