Correct SSH_AUTH_SOCK for gnome-keyring
This commit is contained in:
parent
4978bc1bb3
commit
9230c03e7f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ in
|
|||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
SSH_AUTH_SOCK = ''''${XDG_RUNTIME_DIR}/ssh-agent'';
|
||||
SSH_AUTH_SOCK = ''''${XDG_RUNTIME_DIR}/keyring/ssh'';
|
||||
AMD_VULKAN_ICD = "RADV";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue