aaaaaaaaa
This commit is contained in:
parent
e1f0a69787
commit
56b32ce1dd
1 changed files with 3 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue