niksos/options/desktop/bluetooth.nix

8 lines
149 B
Nix

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