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; }; };