From 6feb3685114e5807b5effe7806b425b75b1b75c0 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 3 Nov 2025 20:46:03 -0600 Subject: [PATCH] news: add vicinae entry Signed-off-by: Austin Horstman --- .../misc/news/2025/11/2025-11-03_20-33-15.nix | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/misc/news/2025/11/2025-11-03_20-33-15.nix diff --git a/modules/misc/news/2025/11/2025-11-03_20-33-15.nix b/modules/misc/news/2025/11/2025-11-03_20-33-15.nix new file mode 100644 index 000000000..b63b6d6e2 --- /dev/null +++ b/modules/misc/news/2025/11/2025-11-03_20-33-15.nix @@ -0,0 +1,20 @@ +{ pkgs, ... }: +{ + time = "2025-11-04T02:33:15+00:00"; + condition = pkgs.stdenv.hostPlatform.isLinux; + message = '' + A new program is available: 'programs.vicinae'. + + Vicinae is a modern application launcher daemon for Linux with support for + extensions, custom themes, and layer shell integration. + + The module provides: + - Systemd service integration with automatic start support + - Extension management with helpers for Vicinae and Raycast extensions + - Theme configuration support + - Declarative settings via 'programs.vicinae.settings' + - Layer shell integration for Wayland compositors + + See the module options for more details on configuration. + ''; +}