Files
nix-config/hosts/common/optional/services/bluetooth.nix

6 lines
107 B
Nix

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