graphical: Remove tray target description
All checks were successful
Cachix / build (elendel) (push) Successful in 1m25s
Cachix / build (kholinar) (push) Successful in 2m3s
Cachix / build (marabethia) (push) Successful in 1m28s

This commit is contained in:
Charlotte Van Petegem 2025-02-07 10:02:57 +01:00
parent 4814fb7a3b
commit 9bf18acd6a
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -434,7 +434,6 @@ in
After = [ "graphical-session-pre.target" ]; After = [ "graphical-session-pre.target" ];
}; };
tray.Unit = { tray.Unit = {
Description = "tray target";
Wants = [ "graphical-session.target" ]; Wants = [ "graphical-session.target" ];
After = [ "graphical-session.target" ]; After = [ "graphical-session.target" ];
}; };