diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |