diff --git a/config/recipe.yml b/config/recipe.yml index 0abbb1f..9ca56d1 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -23,8 +23,13 @@ modules: # - micro # - starship remove: - # - firefox # default firefox removed in favor of flatpak - # - firefox-langpacks # langpacks needs to also be removed to prevent dependency problems + # This is an example on how to remove RPMs properly + # "firefox" as main package, "firefox-langpacks" as a dependency + # not all packages need specific removal of a dependency, + # as that is usually handled automatically, this is just a rare case where that's needed. + # + # - firefox + # - firefox-langpacks - type: default-flatpaks notify: true # Send notification after install/uninstall is finished (true/false) @@ -34,7 +39,7 @@ modules: # repo-name: flathub # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - - org.mozilla.firefox + # - org.mozilla.firefox # - org.gnome.Loupe # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),