Fix VIANIX

This commit is contained in:
clsty
2025-11-04 20:58:46 +08:00
parent 7440f78069
commit 5a4b4e6d3c
+2 -2
View File
@@ -80,9 +80,9 @@ case $SKIP_HYPRLAND in
fi
t="$XDG_CONFIG_HOME/hypr/hypridle.conf"
if [[ "$INSTALL_VIA_NIX" = true ]]; then
s=dots/.config/hypr/hypridle.conf
else
s=dots-extra/vianix/hypridle.conf
else
s=dots/.config/hypr/hypridle.conf
fi
if [ -f $t ];then
echo -e "${STY_BLUE}[$0]: \"$t\" already exists.${STY_RST}"