chore: merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-07-30 15:04:22 +02:00
commit 5930179d51
5 changed files with 56 additions and 8 deletions

View file

@ -24,6 +24,8 @@
[ ./../home/default.server.nix ]
else if (host == "lily") then
[ ./../home/default.server.nix ]
else if (host == "posy") then
[ ./../home/default.server.nix ]
# else if (host == "yoshino") then
# [ ./../home/default.nix ]
else

View file

@ -62,6 +62,8 @@ unfuck_audio() {
devices+=("$device")
done
systemctl --user restart wireplumber pipewire pipewire-pulse bluetooth
rfkill block bluetooth
rfkill unblock bluetooth
bluetoothctl power off
bluetoothctl power on
for device in ${devices[*]}; do