Switch to GDM as display manager
This commit is contained in:
parent
2274109e07
commit
e499281933
@ -46,9 +46,14 @@ in
|
|||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager.lightdm = {
|
displayManager.defaultSession = "hyprland";
|
||||||
|
#displayManager.lightdm = {
|
||||||
|
# enable = true;
|
||||||
|
# greeters.gtk.enable = true;
|
||||||
|
#};
|
||||||
|
displayManager.gdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
greeters.gtk.enable = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user