mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/seahorse: use seahorse's askpass by default
This commit is contained in:
parent
0ee02a9d42
commit
aa910d164d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue