Update kde.py

This commit is contained in:
advaithm 2021-04-06 17:36:20 +05:30 committed by Dylan Taylor
parent 926906d946
commit 210e53ca3e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def _post_install(*args, **kwargs):
print("Plasma wayland is currently in a buggy state on Nvidia cards")
choice = input("Kde plasma has a wayland support would you like to install the required binaries [Y/n] ").lower()
if choice == "y":
packages = "plasma-meta kde-applications-meta plasma-wayland-session sddm"
packages = "plasma-wayland-session"
# if the package selection can be reduced go for it
if "nvidia" in _gfx_driver_packages:
packages = packages + " egl-wayland"