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
commit 6bc94d149b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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