config/modules/desktop/bluetooth.nix

5 lines
76 B
Nix

{
hardware.bluetooth.settings = {
General.Experimental = true;
};
}