From 70dca4d5df2efdf3c3572644b75a8537c7af9ccb Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 10 Feb 2025 06:32:51 +0000 Subject: [PATCH] Set SSH_ASKPASS_REQUIRE back to prefer, add gcr package so it will work --- system/desktop.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/desktop.nix b/system/desktop.nix index 6f4cd9ed..6a327aac 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -10,6 +10,7 @@ networking.networkmanager.enable = true; environment = { sessionVariables = { + SSH_ASKPASS_REQUIRE = "prefer"; NIXOS_OZONE_WL = "1"; MOZ_ENABLE_WAYLAND = "1"; WEBKIT_DISABLE_COMPOSITING_MODE = "1"; @@ -25,6 +26,7 @@ libnotify libarchive xdg-utils + gcr imagemagick ffmpeg hunspell