aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.dot.link5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 3d989d3..dd707b3 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -89,6 +89,11 @@ if [ -e "$HOME/apps/go" ]; then
PATH=$PATH:$GOPATH/bin
fi
+# Add local NixOS into PATH
+if [ -e "$HOME/.nix-profile/bin" ]; then
+ PATH=$PATH:$HOME/.nix-profile/bin
+fi
+
# Export PATH
export PATH=$PATH