From e670b6ed4f083c504fc61be48404148c13c872e6 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 20 Sep 2022 15:20:42 +0200 Subject: [PATCH] zephyrus: enable experimental bluetoothd allows seeing battery level easily with bluetoothctl info MAC_ADDRESS --- hosts/zephyrus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index da27aad..8bced4c 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -98,6 +98,7 @@ hardware.bluetooth = { enable = true; powerOnBoot = false; + settings.General.Experimental = true; }; programs.light.enable = true;