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
commit 4f890f86fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
];