hyprland: add tray.target

This commit is contained in:
André Silva
2023-10-25 17:13:51 +01:00
committed by GitHub
parent 9d0f799c66
commit 09587fbbc6

View File

@@ -256,5 +256,12 @@ in {
After = [ "graphical-session-pre.target" ];
};
};
systemd.user.targets.tray = {
Unit = {
Description = "Home Manager System Tray";
Requires = [ "graphical-session-pre.target" ];
};
};
};
}