From 61366cd6aded0bb2eec0b038da312919dbed5991 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 22 Jun 2024 15:44:25 -0400 Subject: [PATCH] rustboro: enable lightdm --- hosts/rustboro/default.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 3f305dd2..d0333d07 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -30,17 +30,8 @@ desktop = { enable = true; - - greetd = { - enable = true; - - autologin = { - enable = true; - user = "aly"; - }; - }; - cinnamon.enable = true; + lightdm.enable = true; }; services = {