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). + ''; + } ]; }; }