From 92e7a34c245f5b6c4dc9307849dd6a5fe50ad980 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Fri, 3 Jun 2022 00:13:24 +0400 Subject: [PATCH] Specify deps for yubikey-touch-detector --- profiles/workspace/yubikey-touch-detector.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }; }; }