From 455787ff9d99e550d84e93e390650f280c2fd93d Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 12 Aug 2023 21:27:27 +0300 Subject: [PATCH] add experimental bluetooth setting --- profiles/bluetooth.nix | 3 +++ 1 file changed, 3 insertions(+) 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 [