mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 19:09:43 +00:00
update link to wiki
This commit is contained in:
parent
18354c7d84
commit
0449c8c1fb
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ To enable Bluetooth support on NixOS, you need to add the following line to your
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
```
|
```
|
||||||
|
|
||||||
This will enable the hardware.bluetooth module that provides the necessary drivers and services for Bluetooth. You can also customize some options such as the device name, the pin code and the power management settings. For more details, you can check the [NixOS manual](https://nixos.org/manual/nixos/stable/index.html#sec-hardware-bluetooth).
|
This will enable the hardware.bluetooth module that provides the necessary drivers and services for Bluetooth. You can also customize some options such as the device name, the pin code and the power management settings. For more details, you can check the [NixOS Wiki](https://nixos.wiki/wiki/Bluetooth).
|
||||||
|
|
||||||
If you want to check the battery status of your Bluetooth devices, you need to enable the experimental feature of BlueZ by adding the following snippet to your configuration.nix file:
|
If you want to check the battery status of your Bluetooth devices, you need to enable the experimental feature of BlueZ by adding the following snippet to your configuration.nix file:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue