Patch plasma profile (#4358)
* add essentials #4336 * rem unrelated change
This commit is contained in:
parent
a8d265184c
commit
3ba29f1193
|
|
@ -17,6 +17,8 @@ class PlasmaProfile(Profile):
|
||||||
def packages(self) -> list[str]:
|
def packages(self) -> list[str]:
|
||||||
return [
|
return [
|
||||||
'plasma-desktop',
|
'plasma-desktop',
|
||||||
|
'kscreen',
|
||||||
|
'plasma-pa',
|
||||||
'konsole',
|
'konsole',
|
||||||
'kate',
|
'kate',
|
||||||
'dolphin',
|
'dolphin',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue