Change plasma-meta -> -desktop. (#4076)

This avoids to pull in sddm-kcm (to respect user's choice of login manager)
And to not pull in discover and related tools that should also be up to the user.
This commit is contained in:
HADEON 2026-01-04 09:37:58 +01:00 committed by GitHub
parent 5eb3307efd
commit 146a2352bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class PlasmaProfile(XorgProfile):
@override
def packages(self) -> list[str]:
return [
'plasma-meta',
'plasma-desktop',
'konsole',
'kate',
'dolphin',