diff --git a/v2/fedora-niri.sh b/v2/fedora-niri.sh index e42d5f8..ef03474 100755 --- a/v2/fedora-niri.sh +++ b/v2/fedora-niri.sh @@ -97,7 +97,7 @@ add_terra_repo() { # Core components for Niri & Noctalia setup NIRI_PACKAGES=(niri fuzzel swaybg swaylock noctalia-shell) -if [[ -z "$CURRENT_DE" || "$CURRENT_DE" == "none" ]]; then +if [[ -z "$CURRENT_DE" || "$CURRENT_DE" == "none" || "$CURRENT_DE" == "sway" ]]; then say_cyan "No Desktop Environment detected. Installing Niri + Noctalia Shell..." # 1. Add the repo first