Merge pull request #101563 from worldofpeace/fix-pantheon-greeter-brightness

nixos/lightdm: make lightdm user shell bash
This commit is contained in:
WORLDofPEACE
2020-10-24 11:56:34 -04:00
committed by GitHub

View File

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