diff --git a/configuration.nix b/configuration.nix index 8a11800..dcb7f56 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,14 @@ ]; # Enable Bluetooth - hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + settings = { + General = { + Experimental = "true"; + }; + }; + }; # Bootloader. boot.loader.systemd-boot.enable = true;