From 722792af097dff5790f1a66d271a47759f477755 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 16 Oct 2025 19:48:54 -0500 Subject: [PATCH] news: add wl-clip-persist entry Signed-off-by: Austin Horstman --- modules/misc/news/2025/10/2025-10-16_19-46-07.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/misc/news/2025/10/2025-10-16_19-46-07.nix diff --git a/modules/misc/news/2025/10/2025-10-16_19-46-07.nix b/modules/misc/news/2025/10/2025-10-16_19-46-07.nix new file mode 100644 index 000000000..89633ec76 --- /dev/null +++ b/modules/misc/news/2025/10/2025-10-16_19-46-07.nix @@ -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. + ''; +}