wayprompt: add news entry for linux (#7009)
This commit is contained in:
parent
cbd8e8e9a0
commit
3be7c80a11
1 changed files with 14 additions and 0 deletions
14
modules/misc/news/2025-05-08_17-45-24.nix
Normal file
14
modules/misc/news/2025-05-08_17-45-24.nix
Normal 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 GnuPG’s pinentry ('pinentry-wayprompt').
|
||||
|
||||
Note that the Wayland compositor must support the Layer Shell protocol.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue