File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments