diff --git a/archinstall/lib/profile/profiles_handler.py b/archinstall/lib/profile/profiles_handler.py index b2a6791e..96ce476a 100644 --- a/archinstall/lib/profile/profiles_handler.py +++ b/archinstall/lib/profile/profiles_handler.py @@ -206,6 +206,7 @@ class ProfileHandler: service_disable = ['getty@tty1'] case GreeterType.CosmicSession: packages = ['cosmic-greeter'] + service = ['cosmic-greeter'] if packages: install_session.add_additional_packages(packages)