vinstaller/etc/de/plasma

10 lines
176 B
Plaintext
Raw Normal View History

2022-02-07 02:34:12 +01:00
packages() {
2022-02-07 05:06:12 +01:00
addpkg "sddm" "kde5" "konsole"
2022-02-07 02:34:12 +01:00
}
config() {
enable_service "sddm"
2022-02-07 05:06:12 +01:00
if ! [ "$LANGUAGE" == "en" ]; then
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
fi
2022-02-07 02:34:12 +01:00
}