From 5a4b4e6d3c9084f8d72f8130b66d103b6208668c Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 4 Nov 2025 20:58:46 +0800 Subject: [PATCH] Fix VIANIX --- sdata/subcmd-install/3.files-legacy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdata/subcmd-install/3.files-legacy.sh b/sdata/subcmd-install/3.files-legacy.sh index 858fd351d..6f67f0a16 100644 --- a/sdata/subcmd-install/3.files-legacy.sh +++ b/sdata/subcmd-install/3.files-legacy.sh @@ -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}"