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