modules/xmonad: disable tiny greeter
This commit is contained in:
parent
ef197c6136
commit
d00535a5ed
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ let cfg = config.local.window-manager.xmonad; in
|
|||
defaultSession = "none+xmonad";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
greeters.tiny.enable = true;
|
||||
# greeters.tiny.enable = true;
|
||||
};
|
||||
};
|
||||
windowManager.xmonad.enable = true;
|
||||
|
|
Loading…
Reference in a new issue