programs/yubikey-touch-detector: add PartOf=graphical-session.target

This commit is contained in:
Majiir Paktu 2024-12-10 23:30:37 -05:00
parent 91340b18c1
commit fae5d6025c

View File

@ -55,6 +55,7 @@ in
};
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
};
systemd.user.sockets.yubikey-touch-detector = {
wantedBy = [ "sockets.target" ];