From 148e39dde7868ffe84db566bd16301e05be42bd6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 21 Sep 2024 16:24:53 -0400 Subject: [PATCH] Explicitly unset lightdm --- modules/hypr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hypr/default.nix b/modules/hypr/default.nix index f8809ce..f4040ed 100644 --- a/modules/hypr/default.nix +++ b/modules/hypr/default.nix @@ -15,7 +15,7 @@ enable = true; }; displayManager.startx.enable = true; - lightdm.enable lib.mkForce false; + lightdm.enable = lib.mkForce false; }; };