AquaticOS/modules/system/hardware/bluetooth.nix

6 lines
No EOL
91 B
Nix

{ ... }:
{
flake.modules.nixos.bluetooth = {
hardware.bluetooth.enable = true;
};
}