From 516113e50c21d4444cd74d991dcb27793b092187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Nov 2019 18:29:42 +0100 Subject: profile: add Nix --- profile | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.3