diff options
| -rwxr-xr-x | Distro-Hyprland.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Distro-Hyprland.sh b/Distro-Hyprland.sh index 7eb4d39f..b92fa1f9 100755 --- a/Distro-Hyprland.sh +++ b/Distro-Hyprland.sh @@ -51,7 +51,7 @@ elif command -v zypper &> /dev/null; then Distro="OpenSUSE-Hyprland" Github_URL="https://github.com/JaKooLit/$Distro.git" Distro_DIR="$HOME/$Distro" -elif command -v nix &> /dev/null; then +elif [ "$distro_name" == "NixOS" ]; then PACKAGE_MANAGER="nix" INSTALL_CMD="nix-shell" GIT_INSTALL_CMD="nix-shell -p git curl pciutils" |
