Skip to content

Commit

Permalink
Added start of recipe-toybox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brody Brooks committed Jul 19, 2024
1 parent f1e24c6 commit 343f1ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
recipe:
# !! Add your recipes here
- recipe-framework.yml
- recipe-toybox.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
Expand Down
23 changes: 19 additions & 4 deletions recipes/recipe-desktop.yml → recipes/recipe-toybox.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# image will be published to ghcr.io/<user>/<name>
name: ublue-brody-desktop
name: ublue-brody-toybox
# description will be included in the image's metadata
description: A brodified version of Bazzite, meant as a daily driver game development environment!
description: A brodified version of Bazzite, meant as a daily driver powerhouse game development environment!

# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia:stable
image-version: 40 # latest is also supported if you want new updates ASAP
image-version: latest # latest is also supported if you want new updates ASAP

modules:
- type: gschema-overrides
include:
- zz1-desktop.gschema.override

- type: files
files:
- usr: /desktop-usr

- type: rpm-ostree
remove:
- lutris
- waydroid

- from-file: common-modules.yml

- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
system:
remove:
- org.mozilla.firefox
- org.mozilla.firefox

- type: signing # this sets up the proper policy & signing files for signed images to work fully

0 comments on commit 343f1ab

Please sign in to comment.