mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
4 lines
52 B
Bash
4 lines
52 B
Bash
if [ "$(tty)" = "/dev/tty1" ];then
|
|
exec startx
|
|
fi
|