diff --git a/profiles/bluetooth.nix b/profiles/bluetooth.nix index 93a53a4..8370716 100644 --- a/profiles/bluetooth.nix +++ b/profiles/bluetooth.nix @@ -4,6 +4,9 @@ hardware.bluetooth = { enable = true; # package = pkgs.bluez; + settings = { + General = { Experimental = true; }; + }; }; # systemd.services.bluetooth.serviceConfig.ExecStart = lib.mkForce [