From 7d3f40eed3c4a71f35b7979d0cd3f82b15336972 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 5 Jun 2026 22:25:58 +0200 Subject: [PATCH] Update v2/fedora-niri.sh --- v2/fedora-niri.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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