diff --git a/setup_sway_isomode.bash b/setup_sway_isomode.bash index abdff94..78d12ad 100644 --- a/setup_sway_isomode.bash +++ b/setup_sway_isomode.bash @@ -56,6 +56,6 @@ rm -rf sway # Enable the Greetd service echo "Enabling the Greetd service..." -systemctl enable greetd.service +systemctl enable sddm.service echo "Installation complete."