added pipewire

This commit is contained in:
JaKooLit
2023-12-01 19:27:01 +09:00
parent 0e6491c5a6
commit 79e99a06d3
16 changed files with 106 additions and 6 deletions

View File

@@ -154,6 +154,9 @@ fi
# Install hyprland packages
execute_script "00-hypr-pkgs.sh"
# Install pipewire and pipewire-audio
execute_script "pipewire.sh"
if [ "$nvidia" == "Y" ]; then
execute_script "nvidia.sh"
fi