From e17f3f6bf688933eccec1bdb2724a287e2e2115d Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Sun, 19 Apr 2026 00:10:15 +0200 Subject: [PATCH] add newelle aswell --- modules/apps/sys/ai.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apps/sys/ai.nix b/modules/apps/sys/ai.nix index 3f5836e..4139ac1 100644 --- a/modules/apps/sys/ai.nix +++ b/modules/apps/sys/ai.nix @@ -3,6 +3,7 @@ environment.systemPackages = with pkgs; [ opencode alpaca + newelle ]; services.ollama = { enable = true;