Skip to content

Commit

Permalink
nixos/lightdm-greeters/pantheon: add warning
Browse files Browse the repository at this point in the history
(cherry picked from commit d3d5c67)
  • Loading branch information
worldofpeace authored and lheckemann committed Apr 10, 2019
1 parent 9fa96de commit c7de698
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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 {
Expand Down

0 comments on commit c7de698

Please sign in to comment.