desktop: put ssh askHelper to matching wm

This commit is contained in:
Kabbone 2025-01-25 09:23:17 +01:00
parent 54dac319db
commit d4dee15c15
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ngk9CgCEts5secxbKgxAd3Y6WZnZkSrPV/tLL5hEEj4
2 changed files with 6 additions and 1 deletions

View File

@ -157,7 +157,6 @@
ssh = { ssh = {
startAgent = true; startAgent = true;
agentTimeout = "1h"; agentTimeout = "1h";
askPassword = "${pkgs.lxqt.lxqt-openssh-askpass}/bin/lxqt-openssh-askpass";
}; };
}; };

View File

@ -22,8 +22,14 @@
kdePackages.discover kdePackages.discover
maliit-keyboard maliit-keyboard
maliit-framework maliit-framework
kdePackages.ksshaskpass
]; ];
programs = {
ssh.enableAskPassword = true;
ssh.askPassword = "${pkgs.kdePackages.ksshaskpass}/bin/ksshaskpass";
};
services = { services = {
packagekit.enable = true; packagekit.enable = true;
desktopManager.plasma6.enable = true; desktopManager.plasma6.enable = true;