mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +00:00
Add support for Nix packages on macOS
This commit is contained in:
7
neofetch
7
neofetch
@@ -1309,9 +1309,10 @@ get_packages() {
|
||||
;;
|
||||
|
||||
"Mac OS X" | "MINIX")
|
||||
has "port" && tot port installed && ((packages-=1))
|
||||
has "brew" && dir /usr/local/Cellar/*
|
||||
has "pkgin" && tot pkgin list
|
||||
has "port" && tot port installed && ((packages-=1))
|
||||
has "brew" && dir /usr/local/Cellar/*
|
||||
has "pkgin" && tot pkgin list
|
||||
has "nix-env" && dir /nix/store/*/
|
||||
;;
|
||||
|
||||
"AIX"| "FreeMiNT")
|
||||
|
Reference in New Issue
Block a user