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 = { windowManager.hypr = {
enable = true; enable = true;
}; };
displayManager.startx.enable = true; displayManager = {
lightdm.enable = lib.mkForce false; startx.enable = true;
lightdm.enable = lib.mkForce false;
};
}; };
}; };