Move LXQt variant to separate configuration file

Include NetworkManager and browser in KDE variant
This commit is contained in:
NeKit 2020-01-12 23:42:25 +01:00
parent 3b0dd3d22a
commit 184b6638ed
3 changed files with 19 additions and 9 deletions

View file

@ -32,14 +32,8 @@ actions:
command: echo root:root | chpasswd
{{ if eq $variant "lxqt" }}
- action: apt
description: Installing LXQt desktop environment
packages:
- lxdm
- lxqt
- breeze-icon-theme
- xserver-xorg
- xserver-xorg-input-evdev
- action: recipe
recipe: variants/lxqt.yaml
{{ end }}
{{ if eq $variant "mate" }}

View file

@ -5,6 +5,7 @@ actions:
description: Installing KDE Plasma desktop environment
packages:
- breeze-gtk-theme
- chromium
- fonts-noto
- kate
- kde-config-gtk-style
@ -16,7 +17,10 @@ actions:
- kwin-x11
- libpam-kwallet5
- lxdm
- network-manager
- plasma-browser-integration
- plasma-discover
- plasma-nm
- sni-qt
- systemsettings
- xserver-xorg

View file

@ -1 +1,13 @@
architecture: arm64
actions:
- action: apt
description: Installing LXQt desktop environment
packages:
- breeze-icon-theme
- cmst
- connman
- lxdm
- lxqt
- xserver-xorg
- xserver-xorg-input-evdev