config/modules/desktop/bluetooth.nix

6 lines
76 B
Nix
Raw Normal View History

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