chrome mcp

This commit is contained in:
Sridhar Ratnakumar 2025-09-23 14:34:16 -04:00
parent 8604081949
commit e8dc016c92

View file

@ -22,6 +22,8 @@ in
home.packages = [
pkgs.cat-agenix-secret # Used by hackage-publish script
pkgs.hackage-publish # Haskell package publishing script
pkgs.nodejs
];
programs.claude-code = {
enable = true;
@ -50,6 +52,10 @@ in
command = "uvx";
args = [ "mcp-nixos" ];
};
"chrome-devtools" = {
command = "npx";
args = [ "chrome-devtools-mcp@latest" ];
};
};
};
}