Fix for nix (fix #2452)

This commit is contained in:
Celestial.y
2025-11-12 17:49:34 +08:00
committed by GitHub
parent 7c590bd5d8
commit 155a11734f
+1 -1
View File
@@ -95,7 +95,7 @@ case $SKIP_HYPRLAND in
copy_file_s_t "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i"
done
for i in hypridle.conf ; do
if [[ ! "${INSTALL_VIA_NIX}" == true ]]; then
if [[ "${INSTALL_VIA_NIX}" == true ]]; then
copy_file_s_t "dots-extra/via-nix/$i" "${XDG_CONFIG_HOME}/hypr/$i"
else
copy_file_s_t "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i"