1

Home/Nixinator: Enable mcp

This commit is contained in:
2026-05-17 14:47:53 +02:00
parent 1d29a86ddc
commit aaefea1987

View File

@ -22,6 +22,13 @@
zed.enable = true;
};
programs = {
mcp = {
enable = true;
servers = {};
};
};
home = let
# Extra config to make Rider Unity integration work
dotnetCore = with pkgs.dotnetCorePackages;