[O] Separate flatpak-system and user

#135
This commit is contained in:
Azalea 2023-07-23 14:15:40 -07:00
parent 05c60fddfd
commit 8e63a77335

View file

@ -2079,7 +2079,10 @@ get_packages() {
esac
# List these last as they accompany regular package managers.
has flatpak && tot flatpak list
has flatpak && {
manager=flatpak-system && tot flatpak list --system
manager=flatpak-user && tot flatpak list --user
}
has spm && tot spm list -i
has puyo && dir ~/.puyo/installed