From 606d873815657158fc5e35ad27ea4a9ea1078b9e Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:02:22 -0700 Subject: [PATCH 01/10] fix: change default-flatpaks to default-flatpaks@v1 since we are still using the remove feature, which was removed in v2 --- recipes/common-modules.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 0f0e74b..c46ff66 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -57,18 +57,7 @@ modules: - containerd.io - docker-buildx-plugin - docker-compose-plugin - - cockpit - - cockpit-composer - - cockpit-files - - cockpit-machines - - cockpit-networkmanager - - cockpit-ostree - - cockpit-podman - - cockpit-selinux - - cockpit-sosreport - - cockpit-storaged - gnome-boxes - - bottles - code - type: fonts fonts: @@ -92,7 +81,7 @@ modules: - type: gschema-overrides include: - zz1-power-button-settings.gschema.override - - type: default-flatpaks + - type: default-flatpaks@v1 notify: true system: install: @@ -114,12 +103,10 @@ modules: - io.gitlab.librewolf-community - io.github.ungoogled_software.ungoogled_chromium remove: - - com.usebottles.bottles - org.gnome.Boxes - org.videolan.VLC user: remove: - - com.usebottles.bottles - org.gnome.Boxes - org.videolan.VLC - type: systemd From 575dbdfba330fa2e5c74bb8eb29f02bb17e8d4fb Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Sat, 9 Aug 2025 19:22:51 -0700 Subject: [PATCH 02/10] feat: add git-filter-repo package --- recipes/common-modules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index c46ff66..3854bcd 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -45,6 +45,7 @@ modules: - trash-cli - git - git-credential-libsecret + - git-filter-repo - gtk-murrine-engine - firewall-config - alsa-tools From 147a0098a85f817eea6963355e698783c08aa1ab Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:09:09 -0800 Subject: [PATCH 03/10] fix: temporarily disable goldwarden (rpm installs) to allow F43 build --- recipes/common-modules.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 3854bcd..65bf930 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -1,7 +1,8 @@ modules: - - type: script - scripts: - - download_install_rpms.sh + #Temp disable until we investigate why goldwarden is failing to install on F43 + #- type: script + # scripts: + # - download_install_rpms.sh - type: files files: - source: system/lib/firmware/ From af4823a73083aed24d34c454fe3385e18ebb7168 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:15:53 -0800 Subject: [PATCH 04/10] fix: enable maximize build space to fix out of space error in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfca156..bb2a06a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,4 +34,4 @@ jobs: pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds - maximize_build_space: false + maximize_build_space: true From 3b43f4f3c37e77b5f0b5b6cfb6db5572cb5589ae Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Fri, 5 Dec 2025 03:51:48 -0800 Subject: [PATCH 05/10] fix: add commented out f43 beta copr for sunshine for future use --- recipes/common-modules.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 65bf930..8c583ec 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -16,9 +16,11 @@ modules: files: - https://packages.microsoft.com/yumrepos/vscode/config.repo - docker-ce.repo + #- https://copr.fedorainfracloud.org/coprs/lizardbyte/beta/repo/fedora-43/lizardbyte-beta-fedora.repo keys: - https://packages.microsoft.com/keys/microsoft.asc - https://download.docker.com/linux/fedora/gpg + #- https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/pubkey.gpg group-install: with-optional: true packages: @@ -61,6 +63,7 @@ modules: - docker-compose-plugin - gnome-boxes - code + #- sunshine - type: fonts fonts: nerd-fonts: From e74b2f66bed9ef892ac3a72625dec4d2af0f06be Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Wed, 14 Jan 2026 08:58:05 -0800 Subject: [PATCH 06/10] Move freeipa-client into the image rather than layering \n\n(still affected by Fedora bug #2417703 https://bugzilla.redhat.com/show_bug.cgi?id=2417703 but 'selinux_provider = none' in /etc/sssd/sssd.conf seems to workaround the issue) --- recipes/common-modules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 8c583ec..7a5f5d6 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -63,6 +63,7 @@ modules: - docker-compose-plugin - gnome-boxes - code + - freeipa-client #- sunshine - type: fonts fonts: From b10bea5cfd63363728cf9c1d79d39f289f929866 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:03:35 -0800 Subject: [PATCH 07/10] Re-enable sunshine as it works on F43 now --- recipes/common-modules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 7a5f5d6..d8de595 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -16,11 +16,11 @@ modules: files: - https://packages.microsoft.com/yumrepos/vscode/config.repo - docker-ce.repo - #- https://copr.fedorainfracloud.org/coprs/lizardbyte/beta/repo/fedora-43/lizardbyte-beta-fedora.repo + - https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/repo/fedora-43/lizardbyte-stable-fedora-43.repo keys: - https://packages.microsoft.com/keys/microsoft.asc - https://download.docker.com/linux/fedora/gpg - #- https://download.copr.fedorainfracloud.org/results/lizardbyte/beta/pubkey.gpg + - https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/pubkey.gpg group-install: with-optional: true packages: @@ -64,7 +64,7 @@ modules: - gnome-boxes - code - freeipa-client - #- sunshine + - sunshine - type: fonts fonts: nerd-fonts: From 488846ab8413c4124817b2d75ee6d3cadb1735d2 Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:07:24 -0800 Subject: [PATCH 08/10] Add mousetail gnome extension --- files/scripts/download_install_rpms.sh | 25 ------------------------- recipes/common-modules.yml | 5 +---- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 files/scripts/download_install_rpms.sh diff --git a/files/scripts/download_install_rpms.sh b/files/scripts/download_install_rpms.sh deleted file mode 100644 index 3f9a4aa..0000000 --- a/files/scripts/download_install_rpms.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -set -oex pipefail -set +u - -# from RPMs on Github -# Space-separated list of repo/package strings -repos="quexten/goldwarden" - -# Loop through each repo/package -for repo_package in $repos; do - # Split the string into repo and package using parameter expansion - repo=${repo_package%/*} - package=${repo_package#*/} - - # Fetch the latest release download URL for .rpm assets - download_url=$(wget -qO- "https://api.github.com/repos/$repo/$package/releases/latest" \ - | jq -r '.assets[] | select(.name | match(".rpm")) | .browser_download_url') - - # Download the asset as .rpm - wget -qO "$package.rpm" "$download_url" - - # Install the package - rpm-ostree install "$package.rpm" -done diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index d8de595..77f250f 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -1,8 +1,4 @@ modules: - #Temp disable until we investigate why goldwarden is failing to install on F43 - #- type: script - # scripts: - # - download_install_rpms.sh - type: files files: - source: system/lib/firmware/ @@ -84,6 +80,7 @@ modules: - 1160 # Dash to Panel - 97 # Coverflow Alt-Tab - 779 # Clipboard Indicator + - 7856 # Mouse Tail - type: gschema-overrides include: - zz1-power-button-settings.gschema.override From ecdcc1ab920da960975e8ed87cf548722c83561e Mon Sep 17 00:00:00 2001 From: badbl0cks <4161747+badbl0cks@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:21:32 -0800 Subject: [PATCH 09/10] Add mpv & chromium packages, explicitly add gnome extensions to be installed system-wide --- recipes/common-modules.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml index 77f250f..a230aef 100644 --- a/recipes/common-modules.yml +++ b/recipes/common-modules.yml @@ -25,6 +25,8 @@ modules: install: packages: - vlc + - mpv + - mpv_inhibit_gnome - usbguard - android-tools - arm-image-installer @@ -61,6 +63,10 @@ modules: - code - freeipa-client - sunshine + - chromium + - chromium-headless + - chromedriver + - fedora-chromium-config-gnome - type: fonts fonts: nerd-fonts: @@ -75,12 +81,26 @@ modules: - Lexend - type: gnome-extensions install: - - 3628 # ArcMenu + - 6 # Applications Menu - 1460 # Vitals - 1160 # Dash to Panel - 97 # Coverflow Alt-Tab - - 779 # Clipboard Indicator + - 8671 # All-in-One Clipboard - 7856 # Mouse Tail + - 8971 # Lock Guard + - 4338 # Allow Locked Remote Desktop + - 4548 # Tactile + # Below are provided currently by Bazzite + #- 615 # *AppIndicator and KStatusNotifierItem Support + #- 8760 # *Add to Steam + #- 3193 # *Blur my Shell + #- 517 # *Caffeine + #- 3740 # *Compiz alike magic lamp effect + #- 3210 # *Compiz windows effect + #- 7215 # *Restart To + #- 19 # *User Themes + #- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version) + #- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install) - type: gschema-overrides include: - zz1-power-button-settings.gschema.override From 614fdd5ebe07c4e9906454ae77eac5992cf05905 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Tue, 10 Mar 2026 22:25:22 -0700 Subject: [PATCH 10/10] Add new recipes and update build pipeline - Split common-modules into base.yml and gui.yml - Rename and consolidate old recipe_gnome* files into bazzite-gnome.yml; move firmware path - Add new build recipe ucore-hci.yml - Update GitHub Actions: schedule to 18:00 UTC, add concurrency, bump blue-build action to v1.11 and switch matrix recipes - Update docker-ce repo URLs to Fedora 43 - Rotate cosign public key --- .github/workflows/build.yml | 23 +-- cosign.pub | 4 +- files/dnf/docker-ce.repo | 18 +-- .../lib => }/firmware/hda-jack-retask.fw | 0 recipes/base.yml | 50 +++++++ recipes/bazzite-gnome.yml | 47 ++++++ recipes/common-modules.yml | 140 ------------------ recipes/gui.yml | 66 +++++++++ recipes/recipe_gnome-nvidia-open.yml | 8 - recipes/recipe_gnome.yml | 8 - recipes/ucore-hci.yml | 10 ++ 11 files changed, 196 insertions(+), 178 deletions(-) rename files/{system/lib => }/firmware/hda-jack-retask.fw (100%) create mode 100644 recipes/base.yml create mode 100644 recipes/bazzite-gnome.yml delete mode 100644 recipes/common-modules.yml create mode 100644 recipes/gui.yml delete mode 100644 recipes/recipe_gnome-nvidia-open.yml delete mode 100644 recipes/recipe_gnome.yml create mode 100644 recipes/ucore-hci.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb2a06a..e4adf46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,14 +1,18 @@ name: bluebuild on: schedule: - - cron: "00 07 * * *" # build at 07:00 UTC every day - # (1:20 hours after last ublue images start building) + - cron: + "00 18 * * *" # build at 18:00 UTC every day + # (12 hours after last ublue images start building) push: - paths-ignore: # don't rebuild if only documentation has changed + paths-ignore: - "**.md" pull_request: - workflow_dispatch: # allow manually triggering builds + workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true jobs: bluebuild: name: Build Custom Image @@ -18,20 +22,17 @@ jobs: packages: write id-token: write strategy: - fail-fast: false # stop GH from cancelling all matrix builds if one fails + fail-fast: false matrix: recipe: - - recipe_gnome.yml - - recipe_gnome-nvidia-open.yml + - bazzite-gnome.yml + - ucore-hci.yml steps: - # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.8 + uses: blue-build/github-action@v1.11 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} registry_token: ${{ github.token }} pr_event_number: ${{ github.event.number }} - - # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true diff --git a/cosign.pub b/cosign.pub index 6ea8a28..cd59d6e 100644 --- a/cosign.pub +++ b/cosign.pub @@ -1,4 +1,4 @@ -----BEGIN PUBLIC KEY----- -MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESCLT/nZpT/cuJudCqEIzoCTJZPs3 -ZdeBil6MG9FMJ7nGgj3+f1pSCAPHORz9WPLLAntu9iMp18rM0pN5fYyZLQ== +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEy+mK2kDTNECEbjuzl0/OyO7PgXXs +NAKzbIqyh8tzNu4z+XV6kH/Jkvq8Hf1EYelfPiU2MlNLSrNFfr5CHBKelw== -----END PUBLIC KEY----- diff --git a/files/dnf/docker-ce.repo b/files/dnf/docker-ce.repo index c7896cb..b7d06a7 100644 --- a/files/dnf/docker-ce.repo +++ b/files/dnf/docker-ce.repo @@ -1,62 +1,62 @@ [docker-ce-stable] name=Docker CE Stable - $basearch -baseurl=https://download.docker.com/linux/fedora/42/$basearch/stable +baseurl=https://download.docker.com/linux/fedora/43/$basearch/stable enabled=1 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-stable-debuginfo] name=Docker CE Stable - Debuginfo $basearch -baseurl=https://download.docker.com/linux/fedora/42/debug-$basearch/stable +baseurl=https://download.docker.com/linux/fedora/43/debug-$basearch/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-stable-source] name=Docker CE Stable - Sources -baseurl=https://download.docker.com/linux/fedora/42/source/stable +baseurl=https://download.docker.com/linux/fedora/43/source/stable enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-test] name=Docker CE Test - $basearch -baseurl=https://download.docker.com/linux/fedora/42/$basearch/test +baseurl=https://download.docker.com/linux/fedora/43/$basearch/test enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-test-debuginfo] name=Docker CE Test - Debuginfo $basearch -baseurl=https://download.docker.com/linux/fedora/42/debug-$basearch/test +baseurl=https://download.docker.com/linux/fedora/43/debug-$basearch/test enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-test-source] name=Docker CE Test - Sources -baseurl=https://download.docker.com/linux/fedora/42/source/test +baseurl=https://download.docker.com/linux/fedora/43/source/test enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-nightly] name=Docker CE Nightly - $basearch -baseurl=https://download.docker.com/linux/fedora/42/$basearch/nightly +baseurl=https://download.docker.com/linux/fedora/43/$basearch/nightly enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-nightly-debuginfo] name=Docker CE Nightly - Debuginfo $basearch -baseurl=https://download.docker.com/linux/fedora/42/debug-$basearch/nightly +baseurl=https://download.docker.com/linux/fedora/43/debug-$basearch/nightly enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg [docker-ce-nightly-source] name=Docker CE Nightly - Sources -baseurl=https://download.docker.com/linux/fedora/42/source/nightly +baseurl=https://download.docker.com/linux/fedora/43/source/nightly enabled=0 gpgcheck=1 gpgkey=https://download.docker.com/linux/fedora/gpg diff --git a/files/system/lib/firmware/hda-jack-retask.fw b/files/firmware/hda-jack-retask.fw similarity index 100% rename from files/system/lib/firmware/hda-jack-retask.fw rename to files/firmware/hda-jack-retask.fw diff --git a/recipes/base.yml b/recipes/base.yml new file mode 100644 index 0000000..c17f921 --- /dev/null +++ b/recipes/base.yml @@ -0,0 +1,50 @@ +modules: + - type: files + files: + - source: system + destination: / + - type: dnf + repos: + files: + - docker-ce.repo + keys: + - https://download.docker.com/linux/fedora/gpg + group-install: + with-optional: true + packages: + - development-tools + - c-development + remove: + packages: + - moby-engine + - docker-cli + install: + packages: + - usbguard + - android-tools + - arm-image-installer + - hunspell-devel + - zsh + - autofs + - wireguard-tools + - trash-cli + - git + - git-filter-repo + - firewall-config + - alsa-tools + - libappstream-glib + - htop + - glances + - ansible + - docker-ce + - docker-ce-cli + - containerd.io + - docker-buildx-plugin + - docker-compose-plugin + - freeipa-client + - chromium-headless + - type: systemd + system: + enabled: + - docker.service + - type: signing diff --git a/recipes/bazzite-gnome.yml b/recipes/bazzite-gnome.yml new file mode 100644 index 0000000..4843aed --- /dev/null +++ b/recipes/bazzite-gnome.yml @@ -0,0 +1,47 @@ +--- +# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json +name: bazzite-gnome-badblocks +description: Customizations of bazzite-gnome with all video drivers for personal use + +base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia-open +image-version: latest + +modules: + - from-file: base.yml + - from-file: gui.yml + - type: files + files: + - source: firmware + destination: /lib/firmware/ + - type: dnf + install: + packages: + - mpv_inhibit_gnome + - git-credential-libsecret + - gtk-murrine-engine + - gnome-boxes + - fedora-chromium-config-gnome + - type: gnome-extensions + install: + - 6 # Applications Menu + - 1460 # Vitals + - 1160 # Dash to Panel + - 97 # Coverflow Alt-Tab + - 8671 # All-in-One Clipboard + - 7856 # Mouse Tail + - 8971 # Lock Guard + - 4338 # Allow Locked Remote Desktop + # Below are provided currently by Bazzite + #- 615 # *AppIndicator and KStatusNotifierItem Support + #- 8760 # *Add to Steam + #- 3193 # *Blur my Shell + #- 517 # *Caffeine + #- 3740 # *Compiz alike magic lamp effect + #- 3210 # *Compiz windows effect + #- 7215 # *Restart To + #- 19 # *User Themes + #- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version) + #- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install) + - type: gschema-overrides + include: + - zz1-power-button-settings.gschema.override diff --git a/recipes/common-modules.yml b/recipes/common-modules.yml deleted file mode 100644 index a230aef..0000000 --- a/recipes/common-modules.yml +++ /dev/null @@ -1,140 +0,0 @@ -modules: - - type: files - files: - - source: system/lib/firmware/ - destination: /lib/firmware/ - - type: files - files: - - source: system/etc/modprobe.d/ - destination: /etc/modprobe.d/ - - type: dnf - repos: - files: - - https://packages.microsoft.com/yumrepos/vscode/config.repo - - docker-ce.repo - - https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/repo/fedora-43/lizardbyte-stable-fedora-43.repo - keys: - - https://packages.microsoft.com/keys/microsoft.asc - - https://download.docker.com/linux/fedora/gpg - - https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/pubkey.gpg - group-install: - with-optional: true - packages: - - development-tools - - c-development - install: - packages: - - vlc - - mpv - - mpv_inhibit_gnome - - usbguard - - android-tools - - arm-image-installer - - hunspell-devel - - zsh - - libvirt - - virt-manager - - autofs - - gstreamer1-plugins-ugly-free - - gstreamer1-plugins-bad-free - - gstreamer1-plugins-bad-free-extras - - gstreamer1-plugins-good - - gstreamer1-plugins-good-extras - - gstreamer1-plugins-base - - gstreamer1-plugins-base-tools - - wireguard-tools - - trash-cli - - git - - git-credential-libsecret - - git-filter-repo - - gtk-murrine-engine - - firewall-config - - alsa-tools - - libappstream-glib - - htop - - glances - - ansible - - docker-ce - - docker-ce-cli - - containerd.io - - docker-buildx-plugin - - docker-compose-plugin - - gnome-boxes - - code - - freeipa-client - - sunshine - - chromium - - chromium-headless - - chromedriver - - fedora-chromium-config-gnome - - type: fonts - fonts: - nerd-fonts: - - FiraCode - - Hack - - SourceCodePro - - Terminus - - JetBrainsMono - - NerdFontsSymbolsOnly - google-fonts: - - Roboto - - Lexend - - type: gnome-extensions - install: - - 6 # Applications Menu - - 1460 # Vitals - - 1160 # Dash to Panel - - 97 # Coverflow Alt-Tab - - 8671 # All-in-One Clipboard - - 7856 # Mouse Tail - - 8971 # Lock Guard - - 4338 # Allow Locked Remote Desktop - - 4548 # Tactile - # Below are provided currently by Bazzite - #- 615 # *AppIndicator and KStatusNotifierItem Support - #- 8760 # *Add to Steam - #- 3193 # *Blur my Shell - #- 517 # *Caffeine - #- 3740 # *Compiz alike magic lamp effect - #- 3210 # *Compiz windows effect - #- 7215 # *Restart To - #- 19 # *User Themes - #- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version) - #- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install) - - type: gschema-overrides - include: - - zz1-power-button-settings.gschema.override - - type: default-flatpaks@v1 - notify: true - system: - install: - - net.nokyan.Resources - - org.gimp.GIMP - - org.libreoffice.LibreOffice - - page.codeberg.libre_menu_editor.LibreMenuEditor - - us.zoom.Zoom - - com.bitwarden.desktop - - dev.zed.Zed - - dev.goats.xivlauncher - - com.github.zocker_160.SyncThingy - - io.github.vikdevelop.SaveDesktop - - md.obsidian.Obsidian - - org.strawberrymusicplayer.strawberry - - com.discordapp.Discord - - com.borgbase.Vorta - - org.mozilla.Thunderbird - - io.gitlab.librewolf-community - - io.github.ungoogled_software.ungoogled_chromium - remove: - - org.gnome.Boxes - - org.videolan.VLC - user: - remove: - - org.gnome.Boxes - - org.videolan.VLC - - type: systemd - system: - enabled: - - docker.service - - type: signing - diff --git a/recipes/gui.yml b/recipes/gui.yml new file mode 100644 index 0000000..cb57fd9 --- /dev/null +++ b/recipes/gui.yml @@ -0,0 +1,66 @@ +modules: + - type: fonts + fonts: + nerd-fonts: + - FiraCode + - Hack + - SourceCodePro + - Terminus + - JetBrainsMono + - NerdFontsSymbolsOnly + google-fonts: + - Roboto + - Lexend + - type: dnf + repos: + files: + - https://packages.microsoft.com/yumrepos/vscode/config.repo + - https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/repo/fedora-43/lizardbyte-stable-fedora-43.repo + keys: + - https://packages.microsoft.com/keys/microsoft.asc + - https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/pubkey.gpg + install: + packages: + - vlc + - mpv + - libvirt + - virt-manager + - code + - sunshine + - chromium + - chromedriver + - gstreamer1-plugins-ugly-free + - gstreamer1-plugins-bad-free + - gstreamer1-plugins-bad-free-extras + - gstreamer1-plugins-good + - gstreamer1-plugins-good-extras + - gstreamer1-plugins-base + - gstreamer1-plugins-base-tools + - type: default-flatpaks@v1 # only v1 allows removals + notify: true + system: + install: + - net.nokyan.Resources + - org.gimp.GIMP + - org.libreoffice.LibreOffice + - page.codeberg.libre_menu_editor.LibreMenuEditor + - us.zoom.Zoom + - com.bitwarden.desktop + - dev.zed.Zed + - dev.goats.xivlauncher + - com.github.zocker_160.SyncThingy + - io.github.vikdevelop.SaveDesktop + - md.obsidian.Obsidian + - org.strawberrymusicplayer.strawberry + - com.discordapp.Discord + - com.borgbase.Vorta + - org.mozilla.Thunderbird + - io.gitlab.librewolf-community + - io.github.ungoogled_software.ungoogled_chromium + remove: + - org.gnome.Boxes + - org.videolan.VLC + user: + remove: + - org.gnome.Boxes + - org.videolan.VLC diff --git a/recipes/recipe_gnome-nvidia-open.yml b/recipes/recipe_gnome-nvidia-open.yml deleted file mode 100644 index 269e9c4..0000000 --- a/recipes/recipe_gnome-nvidia-open.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: bazzite-badblocks-gnome-nvidia-open -description: badblocks's custom bazzite-gnome-nvidia-open build - -base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia-open -image-version: latest - -modules: - - from-file: common-modules.yml diff --git a/recipes/recipe_gnome.yml b/recipes/recipe_gnome.yml deleted file mode 100644 index 507f191..0000000 --- a/recipes/recipe_gnome.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: bazzite-badblocks-gnome -description: badblocks's custom bazzite-gnome build - -base-image: ghcr.io/ublue-os/bazzite-gnome -image-version: latest - -modules: - - from-file: common-modules.yml diff --git a/recipes/ucore-hci.yml b/recipes/ucore-hci.yml new file mode 100644 index 0000000..7cde004 --- /dev/null +++ b/recipes/ucore-hci.yml @@ -0,0 +1,10 @@ +--- +# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json +name: ucore-hci-badblocks +description: Customizations of ucore for personal use + +base-image: ghcr.io/ublue-os/ucore-hci +image-version: lts + +modules: + - from-file: base.yml