mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-06-02 21:45:25 -05:00
packages: Improve detection for guix.
This commit is contained in:
parent
ccd5d9f526
commit
58509bf20b
3
neofetch
3
neofetch
|
|
@ -1600,8 +1600,9 @@ get_packages() {
|
|||
has kpm-pkg && ((packages+=$(kpm --get-selections | grep -cv deinstall$)))
|
||||
|
||||
has guix && {
|
||||
manager=guix-system && tot guix package -p "/run/current-system/profile" -I
|
||||
manager=guix-system && tot guix package -p /run/current-system/profile -I
|
||||
manager=guix-user && tot guix package -I
|
||||
manager=guix-home && tot guix package -p ~/.guix-home/profile -I
|
||||
}
|
||||
|
||||
has nix-store && {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user