11 lines
183 B
Nix
11 lines
183 B
Nix
{
|
|
programs.mcp = {
|
|
enable = true;
|
|
servers = {
|
|
mcp-nixos = {
|
|
command = "nix";
|
|
args = [ "run" "github:utensils/mcp-nixos" "--" ];
|
|
};
|
|
};
|
|
};
|
|
}
|