blob: a9ba9fc84392ff24926971f9eb567483139f108b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# System Installation
pkginstall horizon horizon-qt5 horizon-boot xorg-drivers xorg-server ttf-liberation
# Start X on boot, if possible.
svcenable consolekit
svcenable sddm
inherit x86_64.installfile
|