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