feat: seperate applicatoins

This commit is contained in:
Jet 2026-06-03 19:29:33 -07:00
parent 515f422f03
commit 5bc30053d1
No known key found for this signature in database
9 changed files with 220 additions and 130 deletions

View file

@ -1,4 +1,9 @@
{ homeLib, pkgs, ... }:
{
homeLib,
hostname,
pkgs,
...
}:
let
chromeDevtoolsMcpShell = pkgs.runCommand "chrome-devtools-mcp-shell-path" { } ''
@ -41,12 +46,12 @@ in
mcp.linear = {
type = "remote";
url = "https://mcp.linear.app/mcp";
enabled = true;
enabled = hostname == "framework-work";
};
mcp.heytea = {
type = "remote";
url = "https://mcp.heytea.dev/mcp";
enabled = true;
enabled = hostname == "framework";
};
mcp.cloudflare-api = {
type = "remote";