From fccfed38417d709b4ed8da708be725dd3ba2654a Mon Sep 17 00:00:00 2001 From: cspark Date: Tue, 19 Mar 2024 13:30:56 +0000 Subject: [PATCH] SSH Askpass configuration for latpop --- configurations/laptop/configuration.nix | 2 ++ configurations/laptop/home.nix | 1 + 2 files changed, 3 insertions(+) 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 = {