add xwayland-satellite service for steam

This commit is contained in:
2026-06-19 13:54:31 +02:00
parent 8d1cb3052c
commit 3d90519fce
+13
View File
@@ -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; [ home.packages = with pkgs; [
# wayland / desktop # wayland / desktop
libnotify libnotify