nixos/homeConfig/modules/bash/config/bashprofile.nix
2023-06-06 02:28:37 -04:00

5 lines
79 B
Nix

''
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
''