NixOS-Configs/home/common/files/bash/bash_local
2024-06-16 23:06:28 -05:00

12 lines
285 B
Bash

. ~/.bash_ssh
#export TZ=America/Chicago
if [[ "$(tty)" = "/dev/tty1" ]]
then
export XDG_SESSION_TYPE=wayland
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
export MOZ_ENABLE_WAYLAND=1
export NIXOS_OZONE_WL=1
systemd-cat --identifier=sway sway
exit
fi