mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
chrome mcp
This commit is contained in:
parent
8604081949
commit
e8dc016c92
1 changed files with 6 additions and 0 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue