From 49b1a8772620a923ba43e4803583a389bd9a34fb Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> Date: Mon, 30 Mar 2020 01:18:50 +0200 Subject: [PATCH] Correct nix package path --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index dae4303..ebb2831 100755 --- a/pfetch +++ b/pfetch @@ -497,7 +497,7 @@ get_pkgs() { # 'nix' requires two commands. has nix-store && { nix-store -q --requisites /run/current-system/sw - nix-store -q --requisites ~.nix-profile + nix-store -q --requisites ~/.nix-profile } ;;