From 6e7815ce22c3a127f9e419c661628ad8a8e3f2c1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 6 Jul 2023 17:13:17 +0800 Subject: [PATCH] fix: nushell's PATH on darwin --- home/darwin/nushell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/darwin/nushell.nix b/home/darwin/nushell.nix index 708b6ae9..d9331c72 100644 --- a/home/darwin/nushell.nix +++ b/home/darwin/nushell.nix @@ -7,7 +7,7 @@ "${config.home.homeDirectory}/.local/bin" "${config.home.homeDirectory}/go/bin" "${config.home.homeDirectory}/.nix-profile/bin" - "/etc/profiles/per-user/admin/bin" + "/etc/profiles/per-user/${config.home.username}/bin" "/run/current-system/sw/bin" "/nix/var/nix/profiles/default/bin"