summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorWORLDofPEACE <worldofpeace@protonmail.ch>2020-10-24 11:56:34 -0400
committerGitHub <noreply@github.com>2020-10-24 11:56:34 -0400
commit6bc94d149b0d44037d5384684cdc1906604f6653 (patch)
tree7ac5ecbd21fabd30c16f4526015fdad77f7e58da /nixos
parentef803ab1bba31f16183b756c206916f85b1a4a34 (diff)
parentc134f6443a6a595b665f749fb79df8cd2519c029 (diff)
Merge pull request #101563 from worldofpeace/fix-pantheon-greeter-brightness
nixos/lightdm: make lightdm user shell bash
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/display-managers/lightdm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix
index 143785db0b4f..2dafee9e36e3 100644
--- a/nixos/modules/services/x11/display-managers/lightdm.nix
+++ b/nixos/modules/services/x11/display-managers/lightdm.nix
@@ -308,6 +308,7 @@ in
home = "/var/lib/lightdm";
group = "lightdm";
uid = config.ids.uids.lightdm;
+ shell = pkgs.bash;
};
systemd.tmpfiles.rules = [