mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-25 14:39:29 +02:00
12 lines
378 B
TOML
12 lines
378 B
TOML
packages = ["plasma-desktop", "plasma-nm", "plasma-pa", "dolphin", "gwenview", "konsole", "ttf-dejavu", "sddm", "kate", "xdg-desktop-portal-kde", "discover", "falkon"]
|
|
script = """
|
|
set -exu
|
|
|
|
systemctl enable sddm
|
|
|
|
# Set theme
|
|
mkdir -p /etc/sddm.conf.d
|
|
echo "[Theme]" > /etc/sddm.conf.d/00_theme_settings.conf
|
|
echo "Current=breeze" >> /etc/sddm.conf.d/00_theme_settings.conf
|
|
"""
|