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