1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

news: add aichat agents option entry

This commit is contained in:
Aguirre Matteo 2025-09-25 19:16:47 -03:00 committed by Austin Horstman
parent e3e15e765d
commit 497e2bfa8a

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
time = "2025-09-25T22:15:33+00:00";
condition = config.programs.aichat.enable;
message = ''
A new option is available: `programs.aichat.agents`
This option allows you to set agent-specific settings for aichat.
'';
}