From 3be7c80a11b3b1c3c14d0061dfaa44f1c96673ff Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 9 May 2025 15:22:25 +0200 Subject: [PATCH] wayprompt: add news entry for linux (#7009) --- modules/misc/news/2025-05-08_17-45-24.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/misc/news/2025-05-08_17-45-24.nix diff --git a/modules/misc/news/2025-05-08_17-45-24.nix b/modules/misc/news/2025-05-08_17-45-24.nix new file mode 100644 index 00000000..20891431 --- /dev/null +++ b/modules/misc/news/2025-05-08_17-45-24.nix @@ -0,0 +1,14 @@ +{ pkgs, ... }: + +{ + time = "2025-05-08T17:45:24+02:00"; + condition = pkgs.stdenv.hostPlatform.isLinux; + message = '' + A new module is available: 'programs.wayprompt'. + + Wayprompt is a password prompter for Wayland, including a drop-in + replacement for GnuPG’s pinentry ('pinentry-wayprompt'). + + Note that the Wayland compositor must support the Layer Shell protocol. + ''; +}