From 909608de1ee18677a51f30a8522abaaf6238829f Mon Sep 17 00:00:00 2001 From: Mohamed C <65728018+Moe1369@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:31:20 +0200 Subject: [PATCH] refactor and add gamescope shaders --- recipes/recipe.yml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 847da54..912fe30 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -3,6 +3,7 @@ description: Moe's Persönliches uBlue Image base-image: ghcr.io/ublue-os/kinoite-main image-version: 40 modules: + # Default Repo Packages - type: rpm-ostree repos: install: @@ -29,20 +30,46 @@ modules: - oversteer-udev - tcpdump - tmux + + # Customization - type: rpm-ostree repos: - https://copr.fedorainfracloud.org/coprs/luisbocanegra/kde-material-you-colors/repo/fedora-%OS_VERSION%/luisbocanegra-kde-material-you-colors-fedora-%OS_VERSION%.repo - https://copr.fedorainfracloud.org/coprs/errornointernet/klassy/repo/fedora-%OS_VERSION%/errornointernet-klassy-fedora-%OS_VERSION%.repo - - https://copr.fedorainfracloud.org/coprs/vulongm/gamescope-git/repo/fedora-%OS_VERSION%/vulongm-gamescope-git-fedora-%OS_VERSION%.repo - - https://negativo17.org/repos/fedora-uld.repo - - https://copr.fedorainfracloud.org/coprs/gloriouseggroll/nobara-%OS_VERSION%/repo/fedora-%OS_VERSION%/gloriouseggroll-nobara-%OS_VERSION%-fedora-%OS_VERSION%.repo?arch=x86_64 install: - klassy - kde-material-you-colors - python-materialyoucolor - python-pywal + + # Gamescope Git + - type: rpm-ostree + repos: + - https://copr.fedorainfracloud.org/coprs/vulongm/gamescope-git/repo/fedora-%OS_VERSION%/vulongm-gamescope-git-fedora-%OS_VERSION%.repo + install: + - gamescope-shaders + + # Gamescope Shaders + - type: rpm-ostree + repos: + - https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/repo/fedora-%OS_VERSION%/kylegospo-bazzite-fedora-%OS_VERSION%.repo + install: - gamescope - - uld + + # Gamescope Session + - type: rpm-ostree + repos: + - https://copr.fedorainfracloud.org/coprs/gloriouseggroll/nobara-%OS_VERSION%/repo/fedora-%OS_VERSION%/gloriouseggroll-nobara-%OS_VERSION%-fedora-%OS_VERSION%.repo?arch=x86_64 + install: - gamescope-session-plus - gamescope-session-steam + + # Printer Driver + - type: rpm-ostree + repos: + - https://negativo17.org/repos/fedora-uld.repo + install: + - uld + - type: signing +