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