11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
packages() {
|
|
addpkg sddm kde5 konsole dolphin kdeconnect okular spectacle kcalc kleopatra gwenview ark filelight
|
|
need_xserver=1
|
|
}
|
|
|
|
config() {
|
|
enable_service "sddm"
|
|
if ! [ "$LANGUAGE" == "en" ]; then
|
|
echo "export LANG=${L1}.UTF-8" > /etc/sv/sddm/conf
|
|
fi
|
|
} |