nix-conf/modules/bluetooth/default.nix

7 lines
92 B
Nix

{ ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
}