diff --git a/nix-darwin/home.nix b/nix-darwin/home.nix index 6091728..571507a 100644 --- a/nix-darwin/home.nix +++ b/nix-darwin/home.nix @@ -233,6 +233,9 @@ # Scripts path export PATH="$HOME/.scripts:$PATH" + # User bin + export PATH="$HOME/.local/bin:$PATH" + # Nix if [ -e /etc/profile.d/nix.sh ]; then . /etc/profile.d/nix.sh; fi