From b74dda987eeacb924366a20bde15b8dc0acc8826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 5 Jun 2024 17:02:22 +0200 Subject: [PATCH] gpg-agent: use rofi for pinentry --- configs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/default.nix b/configs/default.nix index b7011a8..934cb4d 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -160,6 +160,7 @@ in { enableZshIntegration = true; defaultCacheTtl = 2 * 60 * 60; maxCacheTtl = 4 * defaultCacheTtl; + pinentryPackage = pkgs.pinentry-rofi; }; };