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