From 309b9160dba8de6c56f569b4d8e57319f8850472 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:35:24 +0300 Subject: [PATCH] fix: switch to default-flatpaks@v2 syntax --- recipes/recipe.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 6d65da6..8a3f321 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -30,15 +30,14 @@ modules: - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case) - 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 + configurations: + - notify: true # Send notification after install/uninstall is finished (true/false) + scope: system + # If no repo information is specified, Flathub will be used by default + install: # system flatpaks we want all users to have and not remove + - org.mozilla.firefox + - org.gnome.Loupe + - scope: 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