6 lines
117 B
Nix
6 lines
117 B
Nix
|
# https://nixos.wiki/wiki/Bluetooth
|
||
|
{
|
||
|
hardware.bluetooth.enable = true;
|
||
|
hardware.bluetooth.powerOnBoot = true;
|
||
|
}
|