From 1494b50fbae5d5d86fff5a44465316e016ad50a8 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 5 Aug 2024 13:32:13 +0200 Subject: [PATCH] Switch to GDM for wayland support --- machines/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/common.nix b/machines/common.nix index 987d1e1..876582e 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -99,7 +99,7 @@ inputs: }; displayManager = { - lightdm.enable = true; + gdm.enable = true; }; windowManager.i3 = {