diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09ba95c..59160d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,7 @@ jobs: recipe: # !! Add your recipes here - recipe.yml + - geberal/recipe-cosmic-nvidia-open.yml steps: # the build is fully handled by the reusable github action - name: Build Custom Image diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 38d46fd..257e3d9 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -19,17 +19,4 @@ modules: - type: rpm-ostree repos: - - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo - - type: default-flatpaks - notify: true # Send notification after install/uninstall is finished (true/false) - system: - # If no repo information is specified, Flathub will be used by default - install: - - org.mozilla.firefox - - org.gnome.Loupe - remove: - - org.gnome.eog - user: {} # Also add Flathub user repo, but no user packages - - - type: signing # this sets up the proper policy & signing files for signed images to work fully