greetd: terminal.vt = 2
when vt = 1 (default), some dmesg/systemd log messages spammed and overrided the tuigreet tui.
This commit is contained in:
parent
7a67120d15
commit
ef6d2e2179
@ -40,6 +40,7 @@
|
|||||||
command = "${lib.getExe pkgs.tuigreet} --time --cmd niri-session";
|
command = "${lib.getExe pkgs.tuigreet} --time --cmd niri-session";
|
||||||
user = username;
|
user = username;
|
||||||
};
|
};
|
||||||
|
terminal.vt = lib.mkForce 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user