nixos/uwsm: don't enable displayManager

This makes no sense, because uwsm is _not_ a display manager,
it's simply a session provider. Enabling this while not enabling
an actual display manager _service_ is basically always wrong,
and especially wrong after #480050.
This commit is contained in:
K900
2026-01-26 16:26:33 +03:00
parent 13b0f9e6ac
commit 65a8d3d7b6
-2
View File
@@ -120,8 +120,6 @@ in
# UWSM recommends dbus broker for better compatibility
services.dbus.implementation = "broker";
services.displayManager.enable = true;
}
(lib.mkIf (cfg.waylandCompositors != { }) {