diff --git a/users/simon/modules/gpg.nix b/users/simon/modules/gpg.nix index e7308d5..0accca8 100644 --- a/users/simon/modules/gpg.nix +++ b/users/simon/modules/gpg.nix @@ -20,7 +20,7 @@ enableZshIntegration = true; enableSshSupport = lib.mkDefault nixosConfig.sbruder.gui.enable; - pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-gnome3 else pkgs.pinentry-curses; + pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-qt else pkgs.pinentry-curses; defaultCacheTtl = 300; defaultCacheTtlSsh = defaultCacheTtl;