From 58509bf20b9fb284bbabef923176091af1ea7c1e Mon Sep 17 00:00:00 2001 From: Arjan Adriaanse Date: Sun, 2 Jan 2022 15:06:24 +0100 Subject: [PATCH] packages: Improve detection for guix. --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d21..e466fad4 100755 --- a/neofetch +++ b/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 && {