From 497e2bfa8a45bebe9788e2aa13e766e6a96677cd Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Thu, 25 Sep 2025 19:16:47 -0300 Subject: [PATCH] news: add aichat agents option entry --- modules/misc/news/2025/09/2025-09-25_19-15-33.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/misc/news/2025/09/2025-09-25_19-15-33.nix diff --git a/modules/misc/news/2025/09/2025-09-25_19-15-33.nix b/modules/misc/news/2025/09/2025-09-25_19-15-33.nix new file mode 100644 index 000000000..45a974e80 --- /dev/null +++ b/modules/misc/news/2025/09/2025-09-25_19-15-33.nix @@ -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. + ''; +}