From b7aea935684df7895a81e712f6b3602803278ec2 Mon Sep 17 00:00:00 2001 From: Ilya Savitsky Date: Sun, 26 Jan 2025 16:44:04 +0000 Subject: [PATCH] mods: append the news.nix file Signed-off-by: Ilya Savitsky --- modules/misc/news.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index bff39c119..2fd4a9040 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -1985,6 +1985,16 @@ in { that they can be overwritten. ''; } + { + time = "2025-01-26T16:40:00+00:00"; + message = '' + A new module is available: 'programs.mods' + + mods is a command line AI tool that is highly configurable and allows + querying AI models hosted locally or by other services (OpenAI, + Cohere, Groq). + ''; + } ]; }; }