aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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
}
;;