10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
packages() {
|
|
addpkg "sddm" "kde5" "konsole"
|
|
}
|
|
|
|
config() {
|
|
enable_service "sddm"
|
|
if ! [ "$LANGUAGE" == "en" ]; then
|
|
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
|
|
fi
|
|
} |