add remove packages functionality

This commit is contained in:
2026-06-03 14:45:23 -06:00
parent cbe7dc938e
commit a9981a11ad
4 changed files with 52 additions and 2 deletions

12
remove-packages.conf Normal file
View File

@@ -0,0 +1,12 @@
# Packages to remove on next coreupdate run.
# Add entries here and they will be uninstalled automatically.
# Pacman / AUR packages to remove (works for both pacman and yay packages)
REMOVE_PACMAN=(
# none at this time
)
# Flatpak applications to remove
REMOVE_FLATPAKS=(
"com.jeffser.Alpaca"
)