Specify deps for yubikey-touch-detector

This commit is contained in:
Alexander Bantyev 2022-06-03 00:13:24 +04:00
parent bfaff0e30c
commit 92e7a34c24
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -9,6 +9,8 @@
};
Install = rec {
WantedBy = [ "graphical-session.target" ];
Wants = [ "gpg-agent-ssh.socket" "gpg-agent.socket" ];
After = Wants;
};
};
}