Files
nixos-dots/nixos/modules/hardware/bluetooth.nix

7 lines
92 B
Nix

{ ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
}