10 lines
262 B
Nix
10 lines
262 B
Nix
{pkgs, ...}: {
|
|
Unit = {
|
|
Description = "sway compositor session";
|
|
Documentation = ["man:systemd.special(7)"];
|
|
BindsTo = ["graphical-session.target"];
|
|
Wants = ["graphical-session-pre.target"];
|
|
After = ["graphical-session-pre.target"];
|
|
};
|
|
}
|