Skip to content

Commit

Permalink
nixos/seahorse: use seahorse's askpass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Oct 21, 2019
1 parent 0ee02a9 commit aa910d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/modules/programs/seahorse.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit aa910d1

Please sign in to comment.