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:
parent
85a27991d5
commit
95c988cf08
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue