From 487d0c836fc49c35a6d1780792e787ada363c3fb Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:27:12 +0100 Subject: [PATCH] fix: login screen not SHOWFULLNAME --- modules/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.nix b/modules/system.nix index 01e6bea..efc0ecb 100644 --- a/modules/system.nix +++ b/modules/system.nix @@ -243,7 +243,7 @@ # Shows full name instead of username at the login window # Makes login screen more user-friendly - SHOWFULLNAME = true; + SHOWFULLNAME = false; }; }; -- 2.51.2