First, add the bluetooth service to your Guix .config: --8<---------------cut here---------------start------------->8--- (operating-system ;... (services (list (bluetooth-service) ;... %desktop-services))) --8<---------------cut here---------------end--------------->8--- THen --8<---------------cut here---------------start------------->8--- $ sudo -E guix system reconfigure /path/to/your/config.scm --8<---------------cut here---------------end--------------->8--- Test if bluetooth is started. --8<---------------cut here---------------start------------->8--- $ sudo herd status | grep bluetooth + bluetooth --8<---------------cut here---------------end--------------->8--- If not, reboot. If you run a desktop environment (e.g. Gnome), there should be a graphical configuration tool for bluetooth already. Otherwise, you can install "bluez" and follow the instructions here: https://wiki.archlinux.org/index.php/Bluetooth#Pairing Hope that helps! -- Pierre Neidhardt https://ambrevar.xyz/