From 9ee0096f6b1d5f3140fca1cf1ea4780915b3f553 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 21 Sep 2024 16:50:45 -0400 Subject: [PATCH] x11 --- modules/hypr/default.nix | 1 - 1 file changed, 1 deletion(-) 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; }; }; };