From a910924bccc68b019c3b65fcfd8b608ce18339e1 Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 17 Jul 2024 13:26:51 +0200 Subject: [PATCH] made Pinentry a Package --- systems/x86_64-linux/yerukall/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/yerukall/default.nix b/systems/x86_64-linux/yerukall/default.nix index c9e13e5..e73ce7b 100644 --- a/systems/x86_64-linux/yerukall/default.nix +++ b/systems/x86_64-linux/yerukall/default.nix @@ -130,7 +130,7 @@ in { services.pcscd.enable = true; programs.gnupg.agent = { enable = true; - pinentryPackage = pkgs.lib.mkForce "pinentry-qt"; + pinentryPackage = pkgs.lib.mkForce pkgs.pinentry-qt; }; programs.firefox = {