1

Home/Nixinator: Enable mcp

This commit is contained in:
2026-05-17 14:47:53 +02:00
parent cb086876fd
commit 9518dceff5

View File

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