mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +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
7 lines
118 B
Nix
7 lines
118 B
Nix
{
|
|
programs.wayprompt.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/wayprompt
|
|
'';
|
|
}
|