diff --git a/modules/hypr/default.nix b/modules/hypr/default.nix index 5f6ff2a..bb2605e 100644 --- a/modules/hypr/default.nix +++ b/modules/hypr/default.nix @@ -16,7 +16,6 @@ }; displayManager = { startx.enable = true; - lightdm.enable = lib.mkForce false; }; }; };