2022-08-14 17:10:30 +02:00
|
|
|
{ pkgs, ... }:
|
2021-05-30 21:10:28 +02: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" ];
|
|
|
|
};
|
|
|
|
}
|