mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
[presets] add XFCE
This commit is contained in:
parent
5b2e5d75ec
commit
4df5629d43
@ -4,6 +4,6 @@ set -eux
|
|||||||
|
|
||||||
useradd -m ${ALMA_USER}
|
useradd -m ${ALMA_USER}
|
||||||
passwd ${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"]
|
environment_variables = ["ALMA_USER"]
|
||||||
|
6
presets/xfce.toml
Normal file
6
presets/xfce.toml
Normal 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
1
presets/xfce/01-xorg.toml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../xorg.toml
|
1
presets/xfce/02-user.toml
Symbolic link
1
presets/xfce/02-user.toml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../user.toml
|
1
presets/xfce/03-xfce.toml
Symbolic link
1
presets/xfce/03-xfce.toml
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../xfce.toml
|
1
presets/xorg.toml
Normal file
1
presets/xorg.toml
Normal file
@ -0,0 +1 @@
|
|||||||
|
packages = ["xf86-input-libinput", "xf86-video-amdgpu", "xf86-video-ati", "xf86-video-nouveau", "xf86-video-vesa", "xorg-server", "xterm"]
|
Loading…
x
Reference in New Issue
Block a user