diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index e5d43fc6..24353867 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -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;