system/msi: fix mcontrolcenter not appearing in tray
This commit is contained in:
parent
8a47ecd469
commit
5f26ed0524
|
@ -11,8 +11,9 @@
|
|||
systemd.user.services.mcontrolcenter = {
|
||||
description = "Launch mcontrolcenter";
|
||||
requires = [ "tray.target" ];
|
||||
after = [ "graphical-session-pre.target" "tray.target" ];
|
||||
after = [ "tray.target" ];
|
||||
partOf = [ "graphical-session.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
script = lib.getExe pkgs.mcontrolcenter;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue