diff --git a/profiles/workspace/yubikey-touch-detector.nix b/profiles/workspace/yubikey-touch-detector.nix index 61b65fe..6f032fe 100644 --- a/profiles/workspace/yubikey-touch-detector.nix +++ b/profiles/workspace/yubikey-touch-detector.nix @@ -9,6 +9,8 @@ }; Install = rec { WantedBy = [ "graphical-session.target" ]; + Wants = [ "gpg-agent-ssh.socket" "gpg-agent.socket" ]; + After = Wants; }; }; }