mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-11 00:44:41 +00:00
fix(yafti): Move CoreCtrl and Chiaki4Deck out of the Flatpak packaging screen
These unfortunately can't be here and need to be moved over to the 'run' screen
This commit is contained in:
parent
036be23602
commit
0613c38415
@ -31,6 +31,11 @@ screens:
|
|||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Retrieve Decky: just --unstable get-decky
|
- Retrieve Decky: just --unstable get-decky
|
||||||
|
Chiaki4Deck:
|
||||||
|
description: PlayStation Remote Play
|
||||||
|
default: false
|
||||||
|
packages:
|
||||||
|
- Install Chiaki4Deck: just --unstable get-chiaki
|
||||||
EmuDeck:
|
EmuDeck:
|
||||||
description: |
|
description: |
|
||||||
A utility for installing and configuring emulators on the Steam Deck
|
A utility for installing and configuring emulators on the Steam Deck
|
||||||
@ -122,7 +127,6 @@ screens:
|
|||||||
default: false
|
default: false
|
||||||
packages:
|
packages:
|
||||||
- Bottles: com.usebottles.bottles
|
- Bottles: com.usebottles.bottles
|
||||||
- Chiaki4Deck (PlayStation Remote Play): just --unstable get-chiaki
|
|
||||||
- Discord: com.discordapp.Discord
|
- Discord: com.discordapp.Discord
|
||||||
- GeForce NOW Electron: io.github.hmlendea.geforcenow-electron
|
- GeForce NOW Electron: io.github.hmlendea.geforcenow-electron
|
||||||
- Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl
|
- Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl
|
||||||
|
@ -32,6 +32,13 @@ screens:
|
|||||||
default: true
|
default: true
|
||||||
packages:
|
packages:
|
||||||
- Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
|
- Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
|
||||||
|
CoreCtrl:
|
||||||
|
description: AMD GPU Overclocking
|
||||||
|
condition:
|
||||||
|
run: grep -v "nvidia" <<< $(rpm-ostree status)
|
||||||
|
default: false
|
||||||
|
packages:
|
||||||
|
- Install CoreCtrl: just --unstable install-corectrl
|
||||||
Greenlight:
|
Greenlight:
|
||||||
description: A utility for xCloud and xHome streaming
|
description: A utility for xCloud and xHome streaming
|
||||||
default: false
|
default: false
|
||||||
@ -172,7 +179,6 @@ screens:
|
|||||||
- Barrier: com.github.debauchee.barrier
|
- Barrier: com.github.debauchee.barrier
|
||||||
- Bitwarden: com.bitwarden.desktop
|
- Bitwarden: com.bitwarden.desktop
|
||||||
- Calibre: com.calibre_ebook.calibre
|
- Calibre: com.calibre_ebook.calibre
|
||||||
- CoreCtrl (AMD GPU Overclocking): just --unstable install-corectrl
|
|
||||||
- Fedora Media Writer: org.fedoraproject.MediaWriter
|
- Fedora Media Writer: org.fedoraproject.MediaWriter
|
||||||
- Flatseal Permissions Manager: com.github.tchx84.Flatseal
|
- Flatseal Permissions Manager: com.github.tchx84.Flatseal
|
||||||
- GIMP: org.gimp.GIMP
|
- GIMP: org.gimp.GIMP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user