Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications/kde-wayland.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-06 08:34:34 +0530
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-08 09:51:11 -0400
commit926906d94613ef67aca10754f4e7eb93c8eaf100 (patch)
tree822ee4dd66a577543dae2e2fcdffcdef7ca5fd09 /profiles/applications/kde-wayland.py
parent44df0f6046ac0d010641801a413e7839ca234e97 (diff)
merge kde and kde-wayland
Diffstat (limited to 'profiles/applications/kde-wayland.py')
-rw-r--r--profiles/applications/kde-wayland.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/profiles/applications/kde-wayland.py b/profiles/applications/kde-wayland.py
deleted file mode 100644
index 6a9be294..00000000
--- a/profiles/applications/kde-wayland.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import archinstall
-packages = "plasma-meta kde-applications-meta plasma-wayland-session sddm"
-# if the package selection can be reduced go for it
-if "nvidia" in _gfx_driver_packages:
- packages = packages + " egl-wayland"
-installation.add_additional_packages(packages)
-# We'll support plasma-desktop-wayland (minimal) later