Revert "nixos/lightdm: make lightdm user shell bash"

This reverts commit c134f6443a.
Pantheon is using GSD 3.38 nowadays, closes #101568
This commit is contained in:
Bobby Rong 2022-08-19 23:24:18 +08:00
parent 8ea014acc3
commit c52f565d3a

View File

@ -310,7 +310,6 @@ in
home = "/var/lib/lightdm";
group = "lightdm";
uid = config.ids.uids.lightdm;
shell = pkgs.bash;
};
systemd.tmpfiles.rules = [