Files
nixos-config/root/desktop/bluetooth/default.nix
2026-02-12 14:17:28 +01:00

7 lines
118 B
Nix

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