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. + ''; +}