From 9b5acd5ae2123361e559e52c4b664e854b1f2745 Mon Sep 17 00:00:00 2001 From: Alexandre Delcamp--Enache Date: Sun, 4 Jan 2026 11:22:31 +0100 Subject: [PATCH] Looks like I was wrong, corrected --- hosts/light/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/light/configuration.nix b/hosts/light/configuration.nix index 2bd75c6..3bda408 100644 --- a/hosts/light/configuration.nix +++ b/hosts/light/configuration.nix @@ -31,8 +31,8 @@ # Desktop Environment/Greeter xserver = { enable = true; - defaultSession = "xfce"; displayManager = { + defaultSession = "xfce"; lightdm = { enable = true; };