diff --git a/modules/misc/news/2026/01/2026-01-25_23-41-09.nix b/modules/misc/news/2026/01/2026-01-25_23-41-09.nix new file mode 100644 index 00000000..e4de00de --- /dev/null +++ b/modules/misc/news/2026/01/2026-01-25_23-41-09.nix @@ -0,0 +1,9 @@ +{ config, ... }: +{ + time = "2026-01-25T22:41:09+00:00"; + condition = config.programs.opencode.enable; + message = '' + A new `programs.opencode.web` option is available to run OpenCode as a + background web service on Linux (systemd) and macOS (launchd). + ''; +}