blob: ca8b0953d2dead9725ca90a1d509041bf5665681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Install KDE and SDDM auto-login for it.
pkginstall livecd-support-horizon livecd-support-kde
# Start X on boot, if possible.
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
svcenable sddm
svcenable wpa_supplicant
inherit ../arch/x86_64.installfile
|