sxmo: switch back to lightdm-mobile greeter
This commit is contained in:
@@ -66,8 +66,8 @@ in
|
|||||||
};
|
};
|
||||||
sane.gui.sxmo.greeter = mkOption {
|
sane.gui.sxmo.greeter = mkOption {
|
||||||
type = types.enum [ "lightdm-mobile" "phog" "sway" ];
|
type = types.enum [ "lightdm-mobile" "phog" "sway" ];
|
||||||
# default = "lightdm-mobile";
|
default = "lightdm-mobile";
|
||||||
default = "phog";
|
# default = "phog"; # phog/greetd seems to significantly worsen graphics & perf. like it breaks GL acceleration? TODO: try phog via lightdm
|
||||||
description = ''
|
description = ''
|
||||||
which greeter to use.
|
which greeter to use.
|
||||||
"lightdm-mobile" => keypad style greeter. can only enter digits 0-9 as password.
|
"lightdm-mobile" => keypad style greeter. can only enter digits 0-9 as password.
|
||||||
|
Reference in New Issue
Block a user