mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-13 00:14:43 +00:00
programs/yubikey-touch-detector: add PartOf=graphical-session.target
This commit is contained in:
parent
91340b18c1
commit
fae5d6025c
@ -55,6 +55,7 @@ in
|
||||
};
|
||||
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
};
|
||||
systemd.user.sockets.yubikey-touch-detector = {
|
||||
wantedBy = [ "sockets.target" ];
|
||||
|
Loading…
Reference in New Issue
Block a user