nixos-config/common/hardware/bluetooth.nix
2024-04-22 21:24:54 +02:00

5 lines
82 B
Nix

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