From 2878142360a293902f78d01fce1a8ca62ee0c215 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:36:40 +0200 Subject: [PATCH] change tuigreet config Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- nixos/tuigreet.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/tuigreet.nix b/nixos/tuigreet.nix index e437a68..a8b4a50 100644 --- a/nixos/tuigreet.nix +++ b/nixos/tuigreet.nix @@ -26,7 +26,7 @@ --remember \ --remember-user-session \ --asterisks \ - --greeting ' Welcome' \ + --greeting 'Welcome' \ --container-padding 2 \ --theme '${theme}' \ --power-shutdown 'systemctl poweroff' \ @@ -35,6 +35,7 @@ in { services.greetd = { enable = true; + vt = 1; settings = { default_session = { command = "${tuigreet-launch}";