From f309ea6e99b77409d6a9b28c1ba88f25a07e7a48 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 3 Jan 2026 17:07:13 +0100 Subject: [PATCH] hardware/bluetooth: enable battery display --- modules/hardware/bluetooth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index 2e9ee8f..5763148 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -18,7 +18,7 @@ in powerOnBoot = true; settings = { General = { - Enable = "Source,Sink,Media,Socket"; + Experimental = true; # show battery percentages }; }; };