mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 23:19:29 +02:00
7 lines
135 B
TOML
7 lines
135 B
TOML
packages = ["plasma-desktop", "dolphin", "gwenview", "konsole", "ttf-dejavu", "sddm"]
|
|
script = """
|
|
set -exu
|
|
|
|
systemctl enable sddm
|
|
"""
|