[presets] add XFCE

This commit is contained in:
Philip Müller 2020-07-03 18:27:56 +02:00
parent 5b2e5d75ec
commit 4df5629d43
6 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,6 @@ set -eux
useradd -m ${ALMA_USER}
passwd ${ALMA_USER}
usermod -G wheel -a ${ALMA_USER}
usermod -G users,lp,video,network,storage,wheel,audio -a ${ALMA_USER}
"""
environment_variables = ["ALMA_USER"]

6
presets/xfce.toml Normal file
View File

@ -0,0 +1,6 @@
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"]
script = """
set -exu
systemctl enable lightdm
"""

1
presets/xfce/01-xorg.toml Symbolic link
View File

@ -0,0 +1 @@
../xorg.toml

1
presets/xfce/02-user.toml Symbolic link
View File

@ -0,0 +1 @@
../user.toml

1
presets/xfce/03-xfce.toml Symbolic link
View File

@ -0,0 +1 @@
../xfce.toml

1
presets/xorg.toml Normal file
View File

@ -0,0 +1 @@
packages = ["xf86-input-libinput", "xf86-video-amdgpu", "xf86-video-ati", "xf86-video-nouveau", "xf86-video-vesa", "xorg-server", "xterm"]