mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 00:51:04 +01:00
A module for configuring Wayprompt¹, a password-prompter for Wayland, that can be used as a pinentry program for GnuPG (and more). Provides a 'programs.wayprompt.settings', following RFC 42². ¹: https://git.sr.ht/~leon_plickat/wayprompt ²: https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
4 lines
110 B
Nix
4 lines
110 B
Nix
{
|
|
wayprompt-empty-settings = ./empty-settings.nix;
|
|
wayprompt-example-settings = ./example-settings.nix;
|
|
}
|