From c5cd895c4acaf1d50acbb768f2ab3c33094c9a7b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 22 Aug 2025 18:02:51 -0400 Subject: [PATCH] removed default flatpaks --- recipes/components/default-flatpak.yml | 19 ------------------- recipes/recipe.yml | 1 - 2 files changed, 20 deletions(-) delete mode 100644 recipes/components/default-flatpak.yml diff --git a/recipes/components/default-flatpak.yml b/recipes/components/default-flatpak.yml deleted file mode 100644 index 33df521..0000000 --- a/recipes/components/default-flatpak.yml +++ /dev/null @@ -1,19 +0,0 @@ -modules: - - type: default-flatpaks - 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 diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 7042d1c..9a7d0c3 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -16,7 +16,6 @@ modules: - from-file: components/script-module.yml - from-file: components/sys-files-module.yml - from-file: components/systemd-module.yml - - from-file: components/default-flatpak.yml - from-file: components/chezmoi-module.yml - type: signing