wayprompt: add news entry for linux (#7009)

This commit is contained in:
pancho horrillo 2025-05-09 15:22:25 +02:00 committed by GitHub
parent cbd8e8e9a0
commit 3be7c80a11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 GnuPGs pinentry ('pinentry-wayprompt').
Note that the Wayland compositor must support the Layer Shell protocol.
'';
}