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