diff --git a/neofetch b/neofetch index b3c71d73..79a15c30 100755 --- a/neofetch +++ b/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")