mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
xsession: add xdg-desktop-autostart to requires of hm-graphical-session (#7108)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user