Bluetooth: Difference between revisions
m Fix link |
Cleanup |
||
Line 1: | Line 1: | ||
== | ==Setup== | ||
To enable support for Bluetooth devices, amend your system configuration as follows: | To enable support for Bluetooth devices, amend your system configuration as follows and apply changes: | ||
{{file|/etc/nixos/configuration.nix|nix|<nowiki> | {{file|/etc/nixos/configuration.nix|nix|<nowiki> | ||
hardware.bluetooth.enable = true; | |||
</nowiki>}} | </nowiki>}} | ||
==Usage== | |||
== | |||
In order to use Bluetooth devices, they must be paired with your NixOS machine. Heavier [[:Category:Desktop_environment|desktop environments]] will usually provide a Bluetooth management GUI which you can use to pair devices. | In order to use Bluetooth devices, they must be paired with your NixOS machine. Heavier [[:Category:Desktop_environment|desktop environments]] will usually provide a Bluetooth management GUI which you can use to pair devices. | ||