Add bluetooth A2DP support

This commit is contained in:
Tyler Beckman 2024-11-29 15:39:02 -07:00
parent d3ff54dbd8
commit f27a100576
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -1,6 +1,14 @@
{ ... }:
{
# Enable bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
}