From 3b93e160531e93043c3d6aa3f36964e981b5c373 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 10 May 2025 14:34:42 -0400 Subject: [PATCH] Went back to bazzite due to issues installing steam --- recipes/recipe.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 5e35800..662ba7e 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/wayblueorg/hyprland-nvidia +base-image: ghcr.io/ublue-os/bazzite-asus-nvidia image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order @@ -23,9 +23,6 @@ modules: install: - micro - starship - remove: - - firefox - - firefox-langpacks - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false)