lightdm-gtk-greeter module: Fix error when lightdm disabled
This commit is contained in:
parent
158e4ffd9c
commit
12ec6223f4
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ in
|
|||
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
config = mkIf (ldmcfg.enable && cfg.enable) {
|
||||
|
||||
services.xserver.displayManager.lightdm.greeter = mkDefault {
|
||||
package = wrappedGtkGreeter;
|
||||
|
|
Loading…
Reference in a new issue