sxmo: allow the option to disable greeter entirely

This commit is contained in:
Colin 2024-01-31 19:46:37 +00:00
parent 2d4fc4f274
commit ac968e1589

View File

@ -108,14 +108,14 @@ in
type = types.bool;
};
sane.gui.sxmo.greeter = mkOption {
type = types.enum [
type = types.nullOr (types.enum [
"greetd-phog"
"greetd-sway-gtkgreet"
"greetd-sway-phog"
"greetd-sxmo"
"lightdm-mobile"
"unl0kr"
];
]);
# default = "lightdm-mobile";
# default = "greetd-sway-phog";
default = "unl0kr";