add mcp servers
This commit is contained in:
parent
236d96e292
commit
d69fd10533
3 changed files with 13 additions and 0 deletions
11
hm/mcp.nix
Normal file
11
hm/mcp.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
programs.mcp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
mcp-nixos = {
|
||||
command = "nix";
|
||||
args = [ "run" "github:utensils/mcp-nixos" "--" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -80,6 +80,7 @@
|
|||
../../hm/development/python.nix
|
||||
# ../../hm/development/rust.nix
|
||||
../../hm/development/web.nix
|
||||
../../hm/mcp.nix
|
||||
|
||||
# ../../hm/alacritty.nix
|
||||
# ../../hm/autorandr.nix
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
../../hm/development/nix.nix
|
||||
../../hm/development/python.nix
|
||||
../../hm/development/web.nix
|
||||
../../hm/mcp.nix
|
||||
|
||||
# ../../hm/alacritty.nix
|
||||
# ../../hm/autorandr.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue