Explicitly unset lightdm

This commit is contained in:
TheWanderingCrow 2024-09-21 16:24:53 -04:00
parent 3f2c94cedc
commit 148e39dde7

View file

@ -15,7 +15,7 @@
enable = true;
};
displayManager.startx.enable = true;
lightdm.enable lib.mkForce false;
lightdm.enable = lib.mkForce false;
};
};