diff options
-rw-r--r-- | configs/base/xfce.installfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/base/xfce.installfile b/configs/base/xfce.installfile new file mode 100644 index 0000000..cc525a6 --- /dev/null +++ b/configs/base/xfce.installfile @@ -0,0 +1,10 @@ +# Install XFCE and SDDM auto-login for it. +pkginstall livecd-support-horizon livecd-support-xfce networkmanager + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable NetworkManager +svcenable sddm +svcenable wpa_supplicant |