nixos-config/system/hardware/bluetooth.nix
2024-02-07 19:05:44 +01:00

5 lines
53 B
Nix

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