From 38c00b16f1fdef5e8d6f457e764dff86ec7059f1 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 e437a689..a8b4a507 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}";