From 27aa4173832943a6426001b4f7ba8f5f5d4c31ef Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Sun, 28 Jul 2024 09:55:17 -0700 Subject: [PATCH] fix --- nix-darwin/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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