Skip to content

Commit 5377a89

Browse files
committed
fixup! fixup! gui: setup ssh agent and askpass on login
1 parent 453afec commit 5377a89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/gui/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ in
120120
enableAskPassword = true;
121121

122122
# Conflict override since multiple DEs set this option
123-
askPassword = pkgs.lib.mkForce (lib.getExe pkgs.ksshaskpass.out);
123+
askPassword = pkgs.lib.mkForce (lib.getExe pkgs.kdePackages.ksshaskpass);
124124
};
125125

126126
xdg.portal = {

0 commit comments

Comments
 (0)