chore: don't set default command for greetd
Some checks failed
build-ublue-custom / Build and push image (push) Has been cancelled
Some checks failed
build-ublue-custom / Build and push image (push) Has been cancelled
This commit is contained in:
parent
ed50d7cfed
commit
bf3c393752
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ vt = 1
|
||||||
|
|
||||||
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
|
# `agreety` is the bundled agetty/login-lookalike. You can replace `/bin/sh`
|
||||||
# with whatever you want started, such as `sway`.
|
# with whatever you want started, such as `sway`.
|
||||||
command = "tuigreet --cmd 'bash -i -c niri-session'"
|
command = "tuigreet"
|
||||||
|
|
||||||
# The user to run the command as. The privileges this user must have depends
|
# The user to run the command as. The privileges this user must have depends
|
||||||
# on the greeter. A graphical greeter may for example require the user to be
|
# on the greeter. A graphical greeter may for example require the user to be
|
||||||
|
|
Loading…
Reference in a new issue