From dc0f129488f6896bbc728ac0cd469c93af6f4c08 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 6 May 2025 21:21:07 -0400 Subject: [PATCH] Changed base image to just bazzite kernel --- recipes/recipe.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 8556ff3..98280a8 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -6,7 +6,7 @@ name: hydro-os description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/bazzite-asus-nvidia +base-image: ghcr.io/ublue-os/bazzite-kernel image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order @@ -20,12 +20,11 @@ modules: - type: rpm-ostree repos: - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo + - https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo install: - micro - starship - #remove: - # example: removing firefox (in favor of the flatpak) - # "firefox" is the main package, "firefox-langpacks" is a dependency + - hyprland-git - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false) @@ -33,9 +32,11 @@ modules: # If no repo information is specified, Flathub will be used by default install: - one.ablaze.floorp - remove: - - org.gnome.eog user: {} # Also add Flathub user repo, but no user packages + - type: akmods + isntall: + - nvidia + - type: signing # this sets up the proper policy & signing files for signed images to work fully