From 00167437fade5d44a152ec2dd60d193ffa086eae Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 26 Nov 2023 05:55:26 -0600 Subject: Base configurations: DRY the desktop env configs Factor all of the repeated logic into a single 'live-base' script. --- configs/base/lxqt.installfile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'configs/base/lxqt.installfile') diff --git a/configs/base/lxqt.installfile b/configs/base/lxqt.installfile index c2b619f..f06afef 100644 --- a/configs/base/lxqt.installfile +++ b/configs/base/lxqt.installfile @@ -1,11 +1,4 @@ -# Install LXQt and SDDM auto-login for it. -pkginstall livecd-support-horizon livecd-support-lxqt networkmanager +# Install LXQt. +pkginstall livecd-support-lxqt -# Start X on boot, if possible. -svcenable udev boot -svcenable udev-trigger boot -svcenable elogind -svcenable NetworkManager -svcenable chronyd graphical -svcenable sddm graphical -svcenable wpa_supplicant +inherit live-base.installfile -- cgit v1.2.3-70-g09d2