nixos-config/profiles/hardware/bluetooth.nix

5 lines
53 B
Nix

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