From 22885f1b27ec274b206980e7f0a606a4e3b25b42 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 30 Oct 2022 20:16:37 -0400 Subject: [PATCH] temp: try to show users in lightdm greeter still isn't working unfortunately --- modules/graphical/xorg.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/graphical/xorg.nix b/modules/graphical/xorg.nix index cf3c070..353beab 100644 --- a/modules/graphical/xorg.nix +++ b/modules/graphical/xorg.nix @@ -27,6 +27,11 @@ in { # Make the login screen dark greeters.gtk.theme = gtkTheme; + # Show default user + extraSeatDefaults = '' + greeter-hide-users = false + ''; + }; };