mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
[presets] add XFCE
This commit is contained in:
@@ -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
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"]
|
||||
Reference in New Issue
Block a user