From f270a47f27de7176199293a3777d116bf8101cf8 Mon Sep 17 00:00:00 2001 From: Christian Heusel Date: Thu, 14 Sep 2023 14:10:26 +0200 Subject: add the option to use ly as display manager (#2004) Signed-off-by: Christian Heusel --- archinstall/default_profiles/profile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archinstall/default_profiles') diff --git a/archinstall/default_profiles/profile.py b/archinstall/default_profiles/profile.py index ce07c286..c7683013 100644 --- a/archinstall/default_profiles/profile.py +++ b/archinstall/default_profiles/profile.py @@ -34,6 +34,7 @@ class GreeterType(Enum): Lightdm = 'lightdm' Sddm = 'sddm' Gdm = 'gdm' + Ly = 'ly' class SelectResult(Enum): -- cgit v1.2.3-54-g00ecf