Add moonlight game streaming client

This commit is contained in:
David Heinemeier Hansson
2026-05-04 11:36:19 +02:00
parent d6fdc89fb9
commit d10ca57100
3 changed files with 29 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# omarchy:summary=Install Moonlight (NVIDIA GameStream / Sunshine client) for streaming games to this PC.
# omarchy:requires-sudo=true
set -e
omarchy-pkg-add moonlight-qt
setsid gtk-launch com.moonlight_stream.Moonlight.desktop >/dev/null 2>&1 &