blob: 07c2f612d666fd24529f130b3803c0dd9f1e2797 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# System Installation
pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation xsetroot
# Start X on boot, if possible.
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
svcenable sddm
svcenable wpa_supplicant
|