Explicitly unset lightdm

This commit is contained in:
TheWanderingCrow 2024-09-21 16:26:07 -04:00
parent 148e39dde7
commit 2965d29f6d

View file

@ -14,8 +14,10 @@
windowManager.hypr = {
enable = true;
};
displayManager.startx.enable = true;
lightdm.enable = lib.mkForce false;
displayManager = {
startx.enable = true;
lightdm.enable = lib.mkForce false;
};
};
};