nix/hosts/laptop/modules/bluetooth.nix

6 lines
116 B
Nix
Raw Normal View History

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