greetd: terminal.vt = 2

when vt = 1 (default), some dmesg/systemd log messages spammed and overrided the tuigreet tui.
This commit is contained in:
Simon Gardling 2025-11-16 01:20:41 -05:00
parent 7a67120d15
commit ef6d2e2179
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -40,6 +40,7 @@
command = "${lib.getExe pkgs.tuigreet} --time --cmd niri-session";
user = username;
};
terminal.vt = lib.mkForce 2;
};
};