Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/kde.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/applications/kde.py')
-rw-r--r--profiles/applications/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/applications/kde.py b/profiles/applications/kde.py
index 150fc0e3..a3332130 100644
--- a/profiles/applications/kde.py
+++ b/profiles/applications/kde.py
@@ -1,6 +1,6 @@
import archinstall
-packages = "plasma-meta konsole kate dolphin sddm plasma-wayland-session"
+packages = "" # Other packages for KDE are installed in the main profile now.
if "nvidia" in _gfx_driver_packages:
packages = packages + " egl-wayland"