From 6f8e981659539a90fddfc4dfc1c940fac752b729 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 25 Jan 2024 17:48:36 +0100 Subject: [PATCH] more bluetooth config --- devices/desktop/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devices/desktop/default.nix b/devices/desktop/default.nix index 67cf991..8dcb72c 100644 --- a/devices/desktop/default.nix +++ b/devices/desktop/default.nix @@ -43,6 +43,11 @@ hardware.bluetooth = { enable = true; powerOnBoot = true; + settings = { + General = { + Experimental = true; + }; + }; }; services.blueman.enable = true;