From 988f25531d88b0754ee83baf4d109b1dbee5f943 Mon Sep 17 00:00:00 2001 From: Aguirre Matteo Date: Sun, 26 Oct 2025 18:07:57 -0300 Subject: [PATCH] news: add zapzap entry --- modules/misc/news/2025/10/2025-10-26_18-07-01.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/misc/news/2025/10/2025-10-26_18-07-01.nix diff --git a/modules/misc/news/2025/10/2025-10-26_18-07-01.nix b/modules/misc/news/2025/10/2025-10-26_18-07-01.nix new file mode 100644 index 000000000..faf365e1e --- /dev/null +++ b/modules/misc/news/2025/10/2025-10-26_18-07-01.nix @@ -0,0 +1,11 @@ +{ + time = "2025-10-26T21:07:01+00:00"; + condition = true; + message = '' + A new module is available: `programs.zapzap` + + ZapZap brings the WhatsApp experience on Linux closer to that of a native application. + Since Meta does not provide a public API for third-party applications, ZapZap is developed + as a Progressive Web Application (PWA), built with PyQt6 + PyQt6-WebEngine. + ''; +}