xsession: add xdg-desktop-autostart to requires of hm-graphical-session (#7108)

This commit is contained in:
He Zhenxing
2025-05-29 11:39:21 +08:00
committed by GitHub
parent 85a27991d5
commit 95c988cf08

View File

@@ -188,7 +188,10 @@ in
hm-graphical-session = {
Unit = {
Description = "Home Manager X session";
Requires = [ "graphical-session-pre.target" ];
Requires = [
"graphical-session-pre.target"
"xdg-desktop-autostart.target"
];
BindsTo = [
"graphical-session.target"
"tray.target"