mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-05 15:40:17 +00:00
feat(sunshine): Add just script and yafti entry for enabling autostart
This commit is contained in:
parent
dbbe09725a
commit
ce959ff922
@ -91,6 +91,7 @@ screens:
|
|||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Install Sunshine: ujust install-sunshine
|
- Install Sunshine: ujust install-sunshine
|
||||||
|
- Autostart Sunshine: ujust autostart-sunshine
|
||||||
Wootility:
|
Wootility:
|
||||||
description: A configurator for Wooting keyboards
|
description: A configurator for Wooting keyboards
|
||||||
default: false
|
default: false
|
||||||
|
@ -37,6 +37,11 @@ install-sunshine:
|
|||||||
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable
|
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable
|
||||||
echo "Sunshine is installed!"
|
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)
|
# Install Decky Loader (https://github.com/SteamDeckHomebrew/decky-loader)
|
||||||
get-decky:
|
get-decky:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user