diff --git a/configurations/laptop/configuration.nix b/configurations/laptop/configuration.nix index 9232e38f..2e51c116 100644 --- a/configurations/laptop/configuration.nix +++ b/configurations/laptop/configuration.nix @@ -127,6 +127,7 @@ QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SDL_VIDEODRIVER = "wayland"; _JAVA_AWT_WM_NONREPARENTING = "1"; + SSH_ASKPASS = "lxqt-openssh-askpass"; }; environment.variables = { TERM = "foot"; @@ -135,6 +136,7 @@ QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SDL_VIDEODRIVER = "wayland"; _JAVA_AWT_WM_NONREPARENTING = "1"; + SSH_ASKPASS = lib.mkForce "lxqt-openssh-askpass"; }; } diff --git a/configurations/laptop/home.nix b/configurations/laptop/home.nix index cdb1baa4..50dc6f22 100644 --- a/configurations/laptop/home.nix +++ b/configurations/laptop/home.nix @@ -55,6 +55,7 @@ QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; SDL_VIDEODRIVER = "wayland"; _JAVA_AWT_WM_NONREPARENTING = "1"; + SSH_ASKPASS = "lxqt-openssh-askpass"; }; programs.bash = {