From 3d90519fce8da11775306f719d7d3a01ebe0b3cc Mon Sep 17 00:00:00 2001 From: ulve Date: Fri, 19 Jun 2026 13:54:31 +0200 Subject: [PATCH] add xwayland-satellite service for steam --- niri.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/niri.nix b/niri.nix index 3da3bd5..bc99798 100644 --- a/niri.nix +++ b/niri.nix @@ -38,6 +38,19 @@ }; }; + systemd.user.services.xwayland-satellite = { + Unit = { + Description = "Xwayland for niri"; + BindsTo = [ "graphical-session.target" ]; + After = [ "graphical-session.target" ]; + }; + Service = { + ExecStart = "${pkgs.xwayland-satellite}/bin/xwayland-satellite"; + Restart = "on-failure"; + }; + Install.WantedBy = [ "graphical-session.target" ]; + }; + home.packages = with pkgs; [ # wayland / desktop libnotify