If you're using a high-end bluetooth headset on your Macbook Pro it's likely your mac is using an audio codec which favors battery efficiency over high quality. This results in a drastic degradation of sound, the SBC codec is the likely culprit, read more about it here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NOTE: this config contains a fair amount of user-specific settings, but I | |
| # left them in as they provide working examples (Samba, systemd services, etc.). | |
| # | |
| # This config is designed for the Budgie Desktop, but can easily be adapted to | |
| # any DE. For Hyper-V to work, blacklisting the hyperv_fb module was critical. | |
| # | |
| # I am also using GRUB instead of the default systemd-boot. | |
| { config, pkgs, ... }: |
