1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

gpg-agent: use rofi for pinentry

This commit is contained in:
2024-06-05 17:02:22 +02:00
parent 1ffae8e5c9
commit b74dda987e

View File

@@ -160,6 +160,7 @@ in {
enableZshIntegration = true;
defaultCacheTtl = 2 * 60 * 60;
maxCacheTtl = 4 * defaultCacheTtl;
pinentryPackage = pkgs.pinentry-rofi;
};
};