Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/kde.py
blob: a3332130dee5da8ab930075ef15ad96dcae68c72 (plain)
1
2
3
4
5
6
7
8
import archinstall

packages = "" # 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)