diff --git a/archinstall/default_profiles/desktops/plasma.py b/archinstall/default_profiles/desktops/plasma.py index 8f5836e2..b26ae7cf 100644 --- a/archinstall/default_profiles/desktops/plasma.py +++ b/archinstall/default_profiles/desktops/plasma.py @@ -12,7 +12,7 @@ class PlasmaProfile(XorgProfile): @override def packages(self) -> list[str]: return [ - 'plasma-meta', + 'plasma-desktop', 'konsole', 'kate', 'dolphin',