config

NixOS config
Log | Files | Refs | README | LICENSE

commit 72915eb2eccb136ca8dd80917a3be79ddf3ff763 (tree)
parent 6ccde0acb6f5c33a0461e4cbf85e7394a7b30c5b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Wed,  5 Jun 2024 22:43:27 +0300

configure pinentry

Diffstat:
Mmodules/profiles/desktop/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix @@ -370,6 +370,7 @@ in { gpg-agent = { enable = true; enableSshSupport = true; + pinentryPackage = pkgs.pinentry-gtk2; }; screen-locker = {