nixos/lightdm-greeters/pantheon: add warning

This commit is contained in:
worldofpeace 2019-04-07 17:51:19 -04:00
parent 099cc0482b
commit d3d5c674ba

View File

@ -33,6 +33,13 @@ in
config = mkIf (ldmcfg.enable && cfg.enable) {
warnings = [
''
The Pantheon greeter is suboptimal in NixOS and can possibly put you in
a situation where you cannot start a session when switching desktopManagers.
''
];
services.xserver.displayManager.lightdm.greeters.gtk.enable = false;
services.xserver.displayManager.lightdm.greeter = mkDefault {