From 7809d24cd4f5bed161e80307876745cf04c7d926 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 27 Jul 2025 17:36:56 -0400 Subject: [PATCH] Updated default flatpak configuration to the new v2 spec (#47) Reviewed-on: https://git.hydrosaber.com/eriq12/hydro-os/pulls/47 Co-authored-by: Eriq Taing Co-committed-by: Eriq Taing --- 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