From 1296e4dced7c730c2049a6174331dc315d17a292 Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 23 May 2023 22:29:18 +0530 Subject: [PATCH] change bluetooth settings to display device battery --- configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;