diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml index 14482f3..33df521 100644 --- a/recipes/components/default-flatpak.yml +++ b/recipes/components/default-flatpak.yml @@ -1,14 +1,19 @@ modules: - type: default-flatpaks - notify: true - system: - install: - - com.github.tchx84.Flatseal - - io.missioncenter.MissionCenter - - io.github.flattool.Ignition - - net.davidotek.pupgui2 - - org.gnome.Loupe - user: - install: - - one.ablaze.floorp - - io.github.equicord.equibop \ No newline at end of file + configurations: + - scope: user + repo: + title: Flathub (user) + install: + - one.ablaze.floorp + - io.github.equicord.equibop + - scope: system + repo: + title: Flathub + notify: true + install: + - com.github.tchx84.Flatseal + - io.missioncenter.MissionCenter + - io.github.flattool.Ignition + - net.davidotek.pupgui2 + - org.gnome.Loupe \ No newline at end of file