Skip to content

Commit 309b916

Browse files
authored
fix: switch to default-flatpaks@v2 syntax
1 parent d51f78b commit 309b916

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

recipes/recipe.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ modules:
3030
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
3131

3232
- type: default-flatpaks
33-
notify: true # Send notification after install/uninstall is finished (true/false)
34-
system:
35-
# If no repo information is specified, Flathub will be used by default
36-
install:
37-
- org.mozilla.firefox
38-
- org.gnome.Loupe
39-
remove:
40-
- org.gnome.eog
41-
user: {} # Also add Flathub user repo, but no user packages
33+
configurations:
34+
- notify: true # Send notification after install/uninstall is finished (true/false)
35+
scope: system
36+
# If no repo information is specified, Flathub will be used by default
37+
install: # system flatpaks we want all users to have and not remove
38+
- org.mozilla.firefox
39+
- org.gnome.Loupe
40+
- scope: user # Also add Flathub user repo, but no user packages
4241

4342
- type: signing # this sets up the proper policy & signing files for signed images to work fully
4443

0 commit comments

Comments
 (0)