Merge pull request #71547 from hedning/seahorse-ssh-askpass

nixos/seahorse: Use seahorse's askpass by default
This commit is contained in:
worldofpeace
2019-10-21 21:43:52 +00:00
committed by GitHub

View File

@@ -31,6 +31,8 @@ with lib;
config = mkIf config.programs.seahorse.enable {
programs.ssh.askPassword = mkDefault "${pkgs.gnome3.seahorse}/libexec/seahorse/ssh-askpass";
environment.systemPackages = [
pkgs.gnome3.seahorse
];