Removed firefox from package removal as it does not appear in default base image used.

This commit is contained in:
2025-05-05 14:48:51 -04:00
parent 41a51ae6b6
commit e0214002fe

View File

@@ -23,11 +23,9 @@ modules:
install:
- micro
- starship
remove:
#remove:
# example: removing firefox (in favor of the flatpak)
# "firefox" is the main package, "firefox-langpacks" is a dependency
- firefox
- firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)