From 97efef82069622c204bbb0bc5c9ffc92399f2c77 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:57:30 -0500 Subject: random mercury fixes --- hosts/mercury/ai.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/mercury/ai.nix') diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 1bece4a..42a478a 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -3,4 +3,5 @@ enable = true; loadModels = ["deepseek-r1:1.5b"]; }; + environment.systemPackages = [pkgs.mcphost]; } -- cgit v1.3.1