mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
11 lines
259 B
TOML
11 lines
259 B
TOML
<<<<<<< HEAD
|
|
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter-settings", "accountsservice"]
|
|
=======
|
|
packages = ["xfce4", "ttf-dejavu", "lightdm-gtk-greeter"]
|
|
>>>>>>> 4cab099 ([presets] fix user toml)
|
|
script = """
|
|
set -exu
|
|
|
|
systemctl enable lightdm
|
|
"""
|