nixpkgs-suyu/nixos/modules
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
..
config Merge master into staging-next 2022-10-20 12:01:25 +00:00
hardware Merge pull request #185688 from bb2020/usbstor 2022-11-03 22:33:20 -03:00
i18n/input-method
installer sd-image: remove unnecessary subshell 2022-10-22 12:11:30 +02:00
misc nixos/modules/misc/documentation.nix: Don't use toString on a path 2022-10-28 17:05:03 +02:00
profiles nixos/profiles/minimal: don't install freedesktop files 2022-10-21 14:54:38 +02:00
programs nixos/fish: use a local version of runCommand for babelfishTranslate 2022-11-04 18:35:18 -07:00
security Merge pull request #174951 from dpausp/fix-pam-tty-audit 2022-11-01 23:50:58 +01:00
services nixos/lightdm: add greeters.mobile config option 2022-11-07 05:48:23 -08:00
system Merge pull request #194291 from bronson/sort-etc-clean 2022-10-28 00:47:15 +02:00
tasks Merge pull request #194766 from ncfavier/proxy-arp 2022-10-31 09:59:56 +01:00
testing
virtualisation nixos/vmware-guest: depend headless option on xserver availability 2022-11-01 16:57:30 +01:00
module-list.nix erigon: init module 2022-11-05 06:36:29 -04:00
rename.nix