Move LXQt variant to separate configuration file
Include NetworkManager and browser in KDE variant
This commit is contained in:
parent
3b0dd3d22a
commit
184b6638ed
3 changed files with 19 additions and 9 deletions
|
|
@ -32,14 +32,8 @@ actions:
|
||||||
command: echo root:root | chpasswd
|
command: echo root:root | chpasswd
|
||||||
|
|
||||||
{{ if eq $variant "lxqt" }}
|
{{ if eq $variant "lxqt" }}
|
||||||
- action: apt
|
- action: recipe
|
||||||
description: Installing LXQt desktop environment
|
recipe: variants/lxqt.yaml
|
||||||
packages:
|
|
||||||
- lxdm
|
|
||||||
- lxqt
|
|
||||||
- breeze-icon-theme
|
|
||||||
- xserver-xorg
|
|
||||||
- xserver-xorg-input-evdev
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if eq $variant "mate" }}
|
{{ if eq $variant "mate" }}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ actions:
|
||||||
description: Installing KDE Plasma desktop environment
|
description: Installing KDE Plasma desktop environment
|
||||||
packages:
|
packages:
|
||||||
- breeze-gtk-theme
|
- breeze-gtk-theme
|
||||||
|
- chromium
|
||||||
- fonts-noto
|
- fonts-noto
|
||||||
- kate
|
- kate
|
||||||
- kde-config-gtk-style
|
- kde-config-gtk-style
|
||||||
|
|
@ -16,7 +17,10 @@ actions:
|
||||||
- kwin-x11
|
- kwin-x11
|
||||||
- libpam-kwallet5
|
- libpam-kwallet5
|
||||||
- lxdm
|
- lxdm
|
||||||
|
- network-manager
|
||||||
|
- plasma-browser-integration
|
||||||
- plasma-discover
|
- plasma-discover
|
||||||
|
- plasma-nm
|
||||||
- sni-qt
|
- sni-qt
|
||||||
- systemsettings
|
- systemsettings
|
||||||
- xserver-xorg
|
- xserver-xorg
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue