gui: make sure we are using the latest ksshaskpass

This commit is contained in:
Aaron Bieber 2024-10-22 10:13:04 -06:00
parent e70caf3e4e
commit 2ba3c8cfce
No known key found for this signature in database

View File

@ -42,7 +42,7 @@ let
];
traygentCmds = toJSON [
{
command_path = "${pkgs.ksshaskpass}/bin/ksshaskpass";
command_path = "${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass";
#command_path = "${pkgs.ssh-askpass-fullscreen}/bin/ssh-askpass-fullscreen";
event = "sign";
msg_format = "Allow access to key %q?";