generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brody Brooks
committed
Jul 19, 2024
1 parent
f1e24c6
commit 343f1ab
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |