mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
news: add vicinae entry
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
5cdf9ef995
commit
6feb368511
1 changed files with 20 additions and 0 deletions
20
modules/misc/news/2025/11/2025-11-03_20-33-15.nix
Normal file
20
modules/misc/news/2025/11/2025-11-03_20-33-15.nix
Normal file
|
|
@ -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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue