nixos/lightdm/pantheon: drop warning
This issue has been fixed in the latest release.
This commit is contained in:
parent
98470bb610
commit
4b2e250f9e
|
@ -33,13 +33,6 @@ 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 {
|
||||
|
|
Loading…
Reference in New Issue