Files
nixverse/nodes/hosts/common/system/bluetooth.nix
2025-06-29 07:31:04 -04:00

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
}