zephyrus: enable experimental bluetoothd

allows seeing battery level easily with bluetoothctl info MAC_ADDRESS
This commit is contained in:
Antoine Martin 2022-09-20 15:20:42 +02:00
parent a45280b8b6
commit e670b6ed4f

View file

@ -98,6 +98,7 @@
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
settings.General.Experimental = true;
};
programs.light.enable = true;