AhmedSaadi0 / my-hyprland-config

a Linux "rice" configuration using Hyprland and AGS. It includes multiple themes and supports Google Material 3 themes.
212 stars 21 forks source link

fix(scripts): Can't found `/bin/bash` in NixOS #20

Closed Buer-Nahida closed 1 month ago

Buer-Nahida commented 1 month ago

In NixOS, only a symbolic link to the 'sh' binary in /bin directory, so scripts can't found bash in /bin directory. I use /usr/bin/env bash to instead of /bin/bash.