From fae5d6025cf7ba674a1f48269610064a83464dc9 Mon Sep 17 00:00:00 2001 From: Majiir Paktu Date: Tue, 10 Dec 2024 23:30:37 -0500 Subject: [PATCH] programs/yubikey-touch-detector: add PartOf=graphical-session.target --- nixos/modules/programs/yubikey-touch-detector.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/yubikey-touch-detector.nix b/nixos/modules/programs/yubikey-touch-detector.nix index 42beabbc4e94a..2986c13443279 100644 --- a/nixos/modules/programs/yubikey-touch-detector.nix +++ b/nixos/modules/programs/yubikey-touch-detector.nix @@ -55,6 +55,7 @@ in }; wantedBy = [ "graphical-session.target" ]; + partOf = [ "graphical-session.target" ]; }; systemd.user.sockets.yubikey-touch-detector = { wantedBy = [ "sockets.target" ];