From 55bb8e77bc5261a01e23cc4356ff8e3e5507d305 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 27 Jul 2025 16:54:04 -0400 Subject: [PATCH] Updated default flatpak configuration to the new v2 spec --- recipes/components/default-flatpak.yml | 29 +++++++++++++++----------- 1 file changed, 17 insertions(+), 12 deletions(-) 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