diff options
Diffstat (limited to 'configs/base/kde.installfile')
-rw-r--r-- | configs/base/kde.installfile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/base/kde.installfile b/configs/base/kde.installfile new file mode 100644 index 0000000..e6b3758 --- /dev/null +++ b/configs/base/kde.installfile @@ -0,0 +1,11 @@ +# Install KDE and SDDM auto-login for it. +pkginstall livecd-support-kde + +# Start X on boot, if possible. +svcenable udev boot +svcenable udev-trigger boot +svcenable elogind +svcenable sddm +svcenable wpa_supplicant + +inherit base.installfile |