blob: 6c6a5df85bfad544c0788163f045d16f0e1f43b8 (
plain) (
tree)
|
|
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
};
};
services.blueman.enable = true;
}
|