sxmo: switch back to lightdm-mobile greeter

This commit is contained in:
Colin 2023-08-25 23:36:47 +00:00
parent a892c364c6
commit ab7f2fb1ec

View File

@ -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.