aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-15 19:36:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-15 19:36:00 -0300
commitad164e5a15a0dea9d1fb6b5634526858ef441d0c (patch)
tree21086cfab29a0976f8f73f1c25085222344ec9e5
parentdbcda3cdc72c04bde16719f04f7e11a35c8d84db (diff)
downloadprofile-ad164e5a15a0dea9d1fb6b5634526858ef441d0c.tar.gz
profile-ad164e5a15a0dea9d1fb6b5634526858ef441d0c.tar.bz2
Feat: NixOS support
-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