Move greetd session to VT 7
Follow graphical session convention, and avoid VT 1 messages appearing over login window
This commit is contained in:
parent
3826da46a2
commit
c9712656d7
|
@ -84,6 +84,7 @@
|
||||||
dbus.packages = with pkgs; [gcr];
|
dbus.packages = with pkgs; [gcr];
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
vt = 7;
|
||||||
settings = {
|
settings = {
|
||||||
default_session.command = ''
|
default_session.command = ''
|
||||||
${pkgs.greetd.tuigreet}/bin/tuigreet --time\
|
${pkgs.greetd.tuigreet}/bin/tuigreet --time\
|
||||||
|
|
Loading…
Reference in a new issue