diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 00:20:24 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-10 00:20:24 +0900 |
| commit | a57353a4d95ab8f6279e77d9da3df246f8fc00d0 (patch) | |
| tree | c1b3b85ca96f13a12727101cc18281e841010bf4 | |
| parent | dfd430055a153a01a44cc9519d7dac4d1189352d (diff) | |
updated for nixos
| -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" |
