hinata: add bluetooth

This commit is contained in:
Kate 2025-05-21 22:15:50 +02:00
parent 0b3ff15688
commit 7d2dfbed5c

View file

@ -91,6 +91,23 @@ in
}); });
}; };
# Support bluetooth.
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
settings = {
General = {
# Support A2DP.
Enable = "Source,Sink,Media,Socket";
# Enable experimental featurees, like reading device battery levels.
Experimental = true;
};
};
};
# #
# Hardware config. # Hardware config.