1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

news: add wl-clip-persist entry

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-10-16 19:48:54 -05:00
parent 7e0abd5db6
commit 722792af09

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
time = "2025-10-17T00:46:07+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'services.wl-clip-persist'.
This module provides clipboard persistence for Wayland compositors,
ensuring clipboard contents remain available after the source application
closes. The service runs as a systemd user service and integrates with
your Wayland session target.
'';
}