nix/hosts/laptop/modules/bluetooth.nix

6 lines
No EOL
116 B
Nix

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