mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
xsession: add xdg-desktop-autostart to requires of hm-graphical-session (#7108)
This commit is contained in:
parent
85a27991d5
commit
95c988cf08
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue