1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-30 12:55:02 +01:00

mods: append the news.nix file

Signed-off-by: Ilya Savitsky <ilya.savitsky@codethink.co.uk>
This commit is contained in:
Ilya Savitsky 2025-01-26 16:44:04 +00:00
parent f71b2f3cce
commit b7aea93568

View file

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