mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
programs/yubikey-touch-detector: add PartOf=graphical-session.target
This commit is contained in:
parent
91340b18c1
commit
fae5d6025c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ in
|
|||
};
|
||||
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
};
|
||||
systemd.user.sockets.yubikey-touch-detector = {
|
||||
wantedBy = [ "sockets.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue