niksos/options/desktop/bluetooth.nix
2024-07-16 00:26:09 +02:00

8 lines
146 B
Nix

{
hardware.bluetooth = {
enable = true;
input.General.ClassicBondedOnly = true;
};
services.blueman.enable = true;
}