nixos/hardware/bluetooth.nix

7 lines
84 B
Nix

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