parent
05c60fddfd
commit
8e63a77335
1 changed files with 4 additions and 1 deletions
5
neofetch
5
neofetch
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue