1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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