nix-dotfiles/hm/mcp.nix
2025-12-08 16:38:57 +01:00

11 lines
183 B
Nix

{
programs.mcp = {
enable = true;
servers = {
mcp-nixos = {
command = "nix";
args = [ "run" "github:utensils/mcp-nixos" "--" ];
};
};
};
}