Fix broken sddm configuration

This commit is contained in:
Manuel Thalmann 2024-07-16 22:12:07 +02:00
parent 122fe67a85
commit 3981a49810

View file

@ -14,6 +14,7 @@ begin
function configureSW -V dir
set -l configDir /etc/sddm.conf.d
sudo systemctl enable sddm
mkdir -p "$configDir"
sudo cp "$dir/wayland.conf" "$configDir/10-wayland.conf"
end