From 9518dceff55e18094d972b7ac6607c050383ed0c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 17 May 2026 14:47:53 +0200 Subject: [PATCH] Home/Nixinator: Enable mcp --- home/christoph/nixinator/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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;