{
pkgs,
...
}:
{
hardware = {
bluetooth = {
package = pkgs.bluezFull;
};
};
services.pulseaudio = {
extraModules = with pkgs; [
pulseaudio-modules-bt
];
};
}
system/settings/hardware/bluetooth-audio.nix (view raw)