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:
parent
7e0abd5db6
commit
722792af09
1 changed files with 13 additions and 0 deletions
13
modules/misc/news/2025/10/2025-10-16_19-46-07.nix
Normal file
13
modules/misc/news/2025/10/2025-10-16_19-46-07.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue