all repos — nixfiles @ bfef0dcce0bf28874450b0b32afdefc6e3624e8c

System and user configuration, managed by nix and home-manager

kde: use ksshaskpass even if seahorse is enabled

Alan Pearce
commit

bfef0dcce0bf28874450b0b32afdefc6e3624e8c

parent

5f088036b5af26459fc425f35154f0443486de0e

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M system/settings/programs/kde.nixsystem/settings/programs/kde.nix
@@ -14,6 +14,8 @@
physlock.enable = lib.mkForce false; }; + programs.ssh.askPassword = lib.mkForce "${pkgs.plasma5Packages.plasma5.ksshaskpass.out}/bin/ksshaskpass"; + environment.systemPackages = with pkgs; [ kde-gtk-config ];