feat(sunshine): Add just script and yafti entry for enabling autostart

This commit is contained in:
RJ Trujillo 2023-11-21 06:44:05 -07:00
parent dbbe09725a
commit ce959ff922
2 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,7 @@ screens:
default: false
packages:
- Install Sunshine: ujust install-sunshine
- Autostart Sunshine: ujust autostart-sunshine
Wootility:
description: A configurator for Wooting keyboards
default: false

View File

@ -37,6 +37,11 @@ install-sunshine:
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable
echo "Sunshine is installed!"
# Autostart Sunshine
autostart-sunshine:
#!/usr/bin/env bash
systemctl enable --user --now sunshine.service
# Install Decky Loader (https://github.com/SteamDeckHomebrew/decky-loader)
get-decky:
#!/usr/bin/env bash