nixpkgs/nixos/modules/services/x11/display-managers
colin ed9998cf2a nixos/lightdm: add greeters.mobile config option
i based this on the neighboring lightdm-greeters/mini.nix module.

lightdm-mobile-greeter doesn't have a lot of configuration options.
it grabs the default user to login as from lightdm, along with which DE
it should launch. so no further configuration should be needed aside
from enabling `services.xserver.displayManager.lightdm.enable` and
either setting `services.xserver.displayManager.defaultSession` to the
appropriate session or explicitly defining a seat like:

```nix
services.xserver.displayManager.lightdm.extraSeatDefaults = ''
  user-session = phosh
'';
```
2022-11-07 05:48:23 -08:00
..
lightdm-greeters nixos/lightdm: add greeters.mobile config option 2022-11-07 05:48:23 -08:00
account-service-util.nix
default.nix
gdm.nix
lightdm.nix nixos/lightdm: add greeters.mobile config option 2022-11-07 05:48:23 -08:00
sddm.nix
set-session.py
slim.nix
startx.nix
sx.nix
xpra.nix