Install Linear mcp globally

This commit is contained in:
Tobias Ostner 2026-07-10 11:49:48 +02:00
parent 204bd26878
commit afe20a3574
3 changed files with 10 additions and 4 deletions

View file

@ -187,4 +187,5 @@ in
xdg.configFile."borders/bordersrc".source = ../config/borders/bordersrc;
xdg.configFile.".bunfig.toml".text = builtins.readFile ../config/bun/bunfig.toml;
xdg.configFile."ghostty/config".text = builtins.readFile ../config/ghostty/config;
xdg.configFile."mcp/mcp.json".source = ../config/mcp/mcp.json;
}