plasma: Attempt to use ksshaskpass
This commit is contained in:
parent
8a459476ac
commit
5f2172f2a5
@ -146,7 +146,8 @@ in {
|
|||||||
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
|
extraPortals = [ pkgs.xdg-desktop-portal-kde ];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = let
|
environment = {
|
||||||
|
systemPackages = let
|
||||||
plasmaMobilePackages = with pkgs.libsForQt5; with plasma5; with kdeApplications; with kdeFrameworks; [
|
plasmaMobilePackages = with pkgs.libsForQt5; with plasma5; with kdeApplications; with kdeFrameworks; [
|
||||||
plasma-mobile
|
plasma-mobile
|
||||||
plasma-nano
|
plasma-nano
|
||||||
@ -172,5 +173,13 @@ in {
|
|||||||
gnome.totem
|
gnome.totem
|
||||||
];
|
];
|
||||||
in kdePackages ++ packages;
|
in kdePackages ++ packages;
|
||||||
|
sessionVariables = let
|
||||||
|
askPass = "${pkgs.libsForQt5.ksshaskpass}/bin/ksshaskpass";
|
||||||
|
in {
|
||||||
|
SSH_ASKPASS = askPass;
|
||||||
|
SSH_ASKPASS_REQUIRE = "prefer";
|
||||||
|
GIT_ASKPASS = askPass;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user