change bluetooth settings to display device battery

This commit is contained in:
Aditya 2023-05-23 22:29:18 +05:30
parent c394df7080
commit 1296e4dced

View file

@ -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;