From ca760a0a99f1142bb095b9ac810d93911e3e350d Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 2 Mar 2025 17:46:41 +0300 Subject: feat(mora): add `xwayland-satellite` service --- user-mora.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'user-mora.nix') diff --git a/user-mora.nix b/user-mora.nix index b03e72f..e62c832 100644 --- a/user-mora.nix +++ b/user-mora.nix @@ -139,4 +139,15 @@ Restart = "on-failure"; }; }; + + systemd.user.services.xwayland-satellite = { + Unit.PartOf = [ "graphical-session.target" ]; + Unit.After = [ "niri.service" ]; + Unit.Wants = [ "niri.service" ]; + Install.WantedBy = [ "graphical-session.target" ]; + Service = { + ExecStart = "${pkgs.xwayland-satellite}/bin/xwayland-satellite"; + Restart = "on-failure"; + }; + }; } -- cgit v1.2.3-70-g09d2