From ef6d2e2179146f4fb7689d010417c094449f7b5a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 16 Nov 2025 01:20:41 -0500 Subject: [PATCH] greetd: terminal.vt = 2 when vt = 1 (default), some dmesg/systemd log messages spammed and overrided the tuigreet tui. --- etcnixos/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/etcnixos/common.nix b/etcnixos/common.nix index 8c45068..949883e 100644 --- a/etcnixos/common.nix +++ b/etcnixos/common.nix @@ -40,6 +40,7 @@ command = "${lib.getExe pkgs.tuigreet} --time --cmd niri-session"; user = username; }; + terminal.vt = lib.mkForce 2; }; };