aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile b/profile
index 55d2ad2..8971583 100644
--- a/profile
+++ b/profile
@@ -17,6 +17,10 @@ if [ "$(tty)" = "/dev/tty1" ]; then
exec startx -- vt1
fi
+# Nix
+[ ! -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] || \
+ . "$HOME/.nix-profile/etc/profile.d/nix.sh" # added by Nix installer
+
echo
echo "(1) i3"
echo "(2) sway"