aaaaaaaaa
This commit is contained in:
parent
e1f0a69787
commit
56b32ce1dd
@ -35,7 +35,9 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.loginShellInit = lib.mkAfter ''
|
environment.loginShellInit = lib.mkAfter ''
|
||||||
[[ "$(tty)" == /dev/tty1 ]] && exec sway
|
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
exec sway
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
|
Loading…
Reference in New Issue
Block a user