diff --git a/profiles/yubikey.nix b/profiles/yubikey.nix index 323477f..051739d 100644 --- a/profiles/yubikey.nix +++ b/profiles/yubikey.nix @@ -57,10 +57,10 @@ programs = { ssh.startAgent = false; # Disable the SSH Agent - gnupg.agent = { + gnupg.agent = with pkgs; { enable = true; # Enable GPG Agent enableSSHSupport = true; # Enable SSH agent support in GnuPG agent - pinentryPackage = "pkgs.pinentry-qt"; + pinentryPackage = pinentry-qt; }; }; }