diff --git a/packages/desktop.pkgs b/packages/desktop.pkgs index 9629dd7..fb0046c 100644 --- a/packages/desktop.pkgs +++ b/packages/desktop.pkgs @@ -7,7 +7,7 @@ hypridle hyprland hyprlock hyprpaper -hypr-qtutils +hyprland-qtutils hyprpolkitagent xdg-desktop-portal-hyprland waybar diff --git a/setup.sh b/setup.sh index 1c71e8e..edef5bd 100644 --- a/setup.sh +++ b/setup.sh @@ -80,7 +80,7 @@ echo -e "\n--- Configuration ---\n" ## Dotfiles echo "Copying configuration files" -cp $config_path $dotfiles_path && +cp -r $config_path $dotfiles_path && cd $dotfiles_path && stow . cd $script_path