From c52f565d3a211efc476db5ab6f78d135a5482b27 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 19 Aug 2022 23:24:18 +0800 Subject: [PATCH] Revert "nixos/lightdm: make lightdm user shell bash" This reverts commit c134f6443a6a595b665f749fb79df8cd2519c029. Pantheon is using GSD 3.38 nowadays, closes #101568 --- nixos/modules/services/x11/display-managers/lightdm.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/x11/display-managers/lightdm.nix b/nixos/modules/services/x11/display-managers/lightdm.nix index 2d1ae0ed0a36..605fd5eb4d68 100644 --- a/nixos/modules/services/x11/display-managers/lightdm.nix +++ b/nixos/modules/services/x11/display-managers/lightdm.nix @@ -310,7 +310,6 @@ in home = "/var/lib/lightdm"; group = "lightdm"; uid = config.ids.uids.lightdm; - shell = pkgs.bash; }; systemd.tmpfiles.rules = [