mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
# Install bluetooth controls
|
|
yay -S --noconfirm --needed blueberry
|
|
|
|
# Turn on bluetooth by default
|
|
sudo systemctl enable --now bluetooth.service
|