From 9ac60567c646ca9c68160a40ec4d70437be1d026 Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 18 Mar 2026 14:23:13 +0100 Subject: [PATCH] fixed compilation issues with rust --- setup/modules/Desktop-Enviroments/hyprland-new.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/modules/Desktop-Enviroments/hyprland-new.sh b/setup/modules/Desktop-Enviroments/hyprland-new.sh index b87ffd8..b36a75b 100755 --- a/setup/modules/Desktop-Enviroments/hyprland-new.sh +++ b/setup/modules/Desktop-Enviroments/hyprland-new.sh @@ -26,7 +26,8 @@ sudo systemctl enable udisks2.service # 4. Install AUR packages (from hyprland.sh) echo "Installing AUR packages..." -yay -Syu --answerdiff None --answerclean All hyprland-workspaces vicinae-bin bluetuith wvkbd kew iwmenu bzmenu pinta localsend udiskie +rustup default stable +yay -Syu --answerdiff None --answerclean All hyprland-workspaces vicinae-bin bluetuith wvkbd kew iwmenu bzmenu pinta localsend udiskie rust rustup # 5. EWW bar selection and compilation (from hyprland.sh) echo "Setting up EWW bar..."