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:
@@ -120,8 +120,6 @@ in
|
||||
|
||||
# UWSM recommends dbus broker for better compatibility
|
||||
services.dbus.implementation = "broker";
|
||||
|
||||
services.displayManager.enable = true;
|
||||
}
|
||||
|
||||
(lib.mkIf (cfg.waylandCompositors != { }) {
|
||||
|
||||
Reference in New Issue
Block a user