Files
nix-config/home/dwm/.zprofile
2024-12-27 19:59:52 +01:00

4 lines
52 B
Bash

if [ "$(tty)" = "/dev/tty1" ];then
exec startx
fi