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:
parent
5eb3307efd
commit
146a2352bc
|
|
@ -12,7 +12,7 @@ class PlasmaProfile(XorgProfile):
|
|||
@override
|
||||
def packages(self) -> list[str]:
|
||||
return [
|
||||
'plasma-meta',
|
||||
'plasma-desktop',
|
||||
'konsole',
|
||||
'kate',
|
||||
'dolphin',
|
||||
|
|
|
|||
Loading…
Reference in New Issue