Bluetooth: Difference between revisions

imported>Samueldr
m re-worked the page; added non-gui and gui variants of pairing and for pulseaudio management.
imported>Samueldr
m Adds a generalized "enabling" section, points archwiki link to the generic bluetooth pairing instructions.
Line 1: Line 1:
== Enabling ==
Enabling bluetooth support is as simple as adding {{nixos:option|hardware.bluetooth.enable}} to configuration.nix
<syntaxhighlight lang="nix">{
  hardware.bluetooth.enable = true;
}</syntaxhighlight>
{{evaluate}}


== Pairing ==
== Pairing ==
Line 10: Line 19:
=== Pairing without GUI tools ===
=== Pairing without GUI tools ===


When not using a desktop-manager, configuring the device from the command line can be done following the [https://wiki.archlinux.org/index.php/Bluetooth_Headset ArchWiki instructions], as follows.
When not using a desktop-manager, configuring the device from the command line can be done following the [https://wiki.archlinux.org/index.php/Bluetooth#Configuration_via_the_CLI ArchWiki instructions], as follows.


<syntaxhighlight lang="console">$ bluetoothctl
<syntaxhighlight lang="console">$ bluetoothctl