Add support for Nix packages on macOS
This commit is contained in:
parent
2afc5a27af
commit
2cc7b84189
1
neofetch
1
neofetch
|
@ -1312,6 +1312,7 @@ get_packages() {
|
||||||
has "port" && tot port installed && ((packages-=1))
|
has "port" && tot port installed && ((packages-=1))
|
||||||
has "brew" && dir /usr/local/Cellar/*
|
has "brew" && dir /usr/local/Cellar/*
|
||||||
has "pkgin" && tot pkgin list
|
has "pkgin" && tot pkgin list
|
||||||
|
has "nix-env" && dir /nix/store/*/
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"AIX"| "FreeMiNT")
|
"AIX"| "FreeMiNT")
|
||||||
|
|
Reference in New Issue