6 lines
116 B
Nix
6 lines
116 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
# Enable bluetooth
|
||
|
hardware.bluetooth.enable = true;
|
||
|
hardware.bluetooth.powerOnBoot = true;
|
||
|
}
|