From ab7f2fb1ece62d812b07f26456b8e4886e9c4999 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 25 Aug 2023 23:36:47 +0000 Subject: [PATCH] sxmo: switch back to lightdm-mobile greeter --- hosts/modules/gui/sxmo/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index 25227e8f..5864f497 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -66,8 +66,8 @@ in }; sane.gui.sxmo.greeter = mkOption { type = types.enum [ "lightdm-mobile" "phog" "sway" ]; - # default = "lightdm-mobile"; - default = "phog"; + default = "lightdm-mobile"; + # default = "phog"; # phog/greetd seems to significantly worsen graphics & perf. like it breaks GL acceleration? TODO: try phog via lightdm description = '' which greeter to use. "lightdm-mobile" => keypad style greeter. can only enter digits 0-9 as password.