2022-08-14 15:10:30 +00:00
|
|
|
{ pkgs, ... }:
|
2021-05-30 19:10:28 +00:00
|
|
|
{
|
|
|
|
Unit = {
|
|
|
|
Description = "sway compositor session";
|
|
|
|
Documentation = [ "man:systemd.special(7)" ];
|
|
|
|
BindsTo = [ "graphical-session.target" ];
|
|
|
|
Wants = [ "graphical-session-pre.target" ];
|
|
|
|
After = [ "graphical-session-pre.target" ];
|
|
|
|
};
|
|
|
|
}
|