mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
news: add aichat agents option entry
This commit is contained in:
parent
e3e15e765d
commit
497e2bfa8a
1 changed files with 11 additions and 0 deletions
11
modules/misc/news/2025/09/2025-09-25_19-15-33.nix
Normal file
11
modules/misc/news/2025/09/2025-09-25_19-15-33.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue