aaaaaaaaa

This commit is contained in:
notgne2 2022-11-03 08:28:15 -07:00
parent e1f0a69787
commit 56b32ce1dd
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

View File

@ -35,7 +35,9 @@ in {
};
environment.loginShellInit = lib.mkAfter ''
[[ "$(tty)" == /dev/tty1 ]] && exec sway
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
'';
i18n.inputMethod = {