From 65a8d3d7b679ab1a091146c3dff072f2e92b678c Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 26 Jan 2026 16:26:33 +0300 Subject: [PATCH] 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. --- nixos/modules/programs/wayland/uwsm.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/programs/wayland/uwsm.nix b/nixos/modules/programs/wayland/uwsm.nix index 112251143a30..0debb2d6e9ce 100644 --- a/nixos/modules/programs/wayland/uwsm.nix +++ b/nixos/modules/programs/wayland/uwsm.nix @@ -120,8 +120,6 @@ in # UWSM recommends dbus broker for better compatibility services.dbus.implementation = "broker"; - - services.displayManager.enable = true; } (lib.mkIf (cfg.waylandCompositors != { }) {