mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 22:49:28 +02:00
7 lines
110 B
TOML
7 lines
110 B
TOML
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"]
|
|
script = """
|
|
set -exu
|
|
|
|
systemctl enable lightdm
|
|
"""
|