modules/xmonad: use lightdm-tiny-greeter
This commit is contained in:
parent
2969485502
commit
9f17dba58d
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@ let cfg = config.local.window-manager.xmonad; in
|
|||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.defaultSession = "none+xmonad";
|
||||
displayManager = {
|
||||
defaultSession = "none+xmonad";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
greeters.tiny.enable = true;
|
||||
};
|
||||
};
|
||||
windowManager.xmonad.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue