6 lines
176 B
Nix
6 lines
176 B
Nix
{ ... }: {
|
|
hardware.bluetooth.enable = true; # enables support for Bluetooth
|
|
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
|
|
}
|
|
|