Skip to content

Commit

Permalink
refactor and add gamescope shaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe1369 committed Jun 27, 2024
1 parent a8078c3 commit 909608d
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 909608d

Please sign in to comment.